mission time plot
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Images, Sub-Functions, Related Functions, Source Supported Under Version: > 1.04
Description Plot the Local Solar Time, Average Local Solar Time, Local Mean Solar Time, Average Local Mean Solar Time and Solar Longitude for the Mars Odyssey mission.
Arguments and Return Values Arguments: values to be plotted Return Value: A GnuPlot plot of the parameters described above
Usage Syntax: mission_time_plot(day=BOOL [, Ls=BOOL][, LST=BOOL][, AvgLST=BOOL][, LMST=BOOL][, AvgLMST=BOOL]) Plots: Solar Longitude (Ls) Local Solar Time (LST) Average Local Solar Time (AvgLST) Local Mean Solar Time (LMST) Average Local Mean Solar Time (AvgLMST) for the Mars Odyssey mission. Required: day=1 is Daytime (Descending Pass), or day=0 is Nighttime (Ascending Pass) Options: Ls=Plot Solar Longitude: 1 = Yes , 0 = No (default=0) LST=Plot Local Solar Time: 1 = Yes , 0 = No (default=0) AvgLST=Plot Average Local Solar Time: 1 = Yes , 0 = No (default=0) LMST=Plot Local Mean Solar Time: 1 = Yes , 0 = No (default=0) AvgLMST=Plot Average Local Mean Solar Time: 1 = Yes , 0 = No (default=0)
Examples dv> mission_time_plot(day=1,LST=1,Ls=1,AvgLST=1) Read TEXT file: 28051 lines
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Major Sub-Functions
Related Functions
Recent Library Changes Created On: 04-25-2007 |