!$$SOF (ssd) JPL/Horizons Execution Control VARLIST ! EMAIL_ADDR sets e-mail address output is sent to. Enclose ! in quotes. Null assignment uses mailer return address. EMAIL_ADDR = 'pluto@projectpluto.com' COMMAND = '2004 MN4' ! MAKE_EPHEM toggles generation of ephemeris, if possible. ! Values: YES or NO MAKE_EPHEM = 'YES' ! TABLE_TYPE selects type of table to generate, if possible. ! Values: OBSERVER, ELEMENTS, VECTORS ! (or unique abbreviation of those values). TABLE_TYPE = 'ELEMENTS' CENTER = 'Sun' REF_PLANE = 'ECLIPTIC' ! START_TIME specifies ephemeris start time ! (i.e. YYYY-MMM-DD {HH:MM} {UT/TT}) ... where braces "{}" ! denote optional inputs. See program user's guide for ! lists of the numerous ways to specify times. Time zone ! offsets can be set. For example, '1998-JAN-1 10:00 UT-8' ! would produce a table in Pacific Standard Time. 'UT+00:00' ! is the same as 'UT'. Offsets are not applied to TT ! (Terrestrial Time) tables. See TIME_ZONE variable also. START_TIME = '2029-APR-12 00:00 TDB' ! STOP_TIME specifies ephemeris stop time ! (i.e. YYYY-MMM-DD {HH:MM}). STOP_TIME = '2029-APR-16' STEP_SIZE = '2 hours' REF_SYSTEM = 'J2000' OUT_UNITS = 'AU-D' ! ELM_LABELS toggles labelling of each osculating element. ! That is, symbols like "A= ###### IN= ##### EC= ######" will ! appear in the output. If CSV_FORMAT is YES, this parameter ! is ignored. ELM_LABELS can be { YES, NO } ELM_LABELS = 'YES' ! TP_TYPE is used only for osculating element tables. It ! determines what time of periapsis time (Tp) is returned. ! Values are either either ABSOLUTE (a Julian day number) or ! RELATIVE (number of days since or until) periapsis time. TP_TYPE = 'ABSOLUTE' !$$EOF++++++++++++++++++++++++++++++++++++++++++++++++++++++