Path: Missions/LunarMission
% Processes command lists. The command list cell array format is {time command data} where data is a data structure for that command. The command list rows should be in order of Julian date. You can also use +sec instead of jD in which case the time is +sec after the previous command. For example, +6 indicates 6 seconds after the previous command. If the first command is +sec then it is +sec from the time passed on initialization. Type CommandListProcessing for a demo. -------------------------------------------------------------------------- Form: kCurrent = CommandListProcessing( jD0, cList, kCurrent, jD ) -------------------------------------------------------------------------- ------ Inputs ------ jD0 (1,1) Base Julian date before any commands cList {:,3} Command list {time tag, string description, data structure} kCurrent (1,1) Current command jD (1,1) Current Julian date ------- Outputs ------- kCurrent (1,1) Current command --------------------------------------------------------------------------
Common: Time/DTSToDTA Common: Time/Date2JD
Back to the Missions Module page