/* Blank Mission Catalog File */ /* */ /* This file provides information on the mission or campaign which */ /* supported or produced the observations. */ /* */ /* Note the subtitles in the MISSION_DESC and MISSION_OBJECTIVES_SUMMARY */ /* fields. Subtitles are laid out in Version 3.2 of the PDS Standards */ /* Reference. A completed example can be found there in Appendix B. */ /* This field may be as long as necessary to provide the needed */ /* documentation. */ /* */ /* The same syntax rules apply here as in all other files written in */ /* ODL for PDS use. The PDS_VERSION_ID keyword is required in all */ /* new files produced. */ /* */ PDS_VERSION_ID = PDS3 OBJECT = MISSION MISSION_NAME = OBJECT = MISSION_INFORMATION MISSION_START_DATE = MISSION_STOP_DATE = MISSION_ALIAS_NAME = MISSION_DESC = " Mission Overview ================ High-level description of the mission Mission Phases ============== Description of mission phases from pre-launch through termination, including start/stop times and any other relevant parameters. " MISSION_OBJECTIVES_SUMMARY = " Mission Objectives Overview =========================== High-level description of mission objectives " END_OBJECT = MISSION_INFORMATION /* */ /* The MISSION_HOST object provides a pointer to the detailed */ /* description of the site of the observing program. */ /* */ OBJECT = MISSION_HOST INSTRUMENT_HOST_ID = /* */ /* The MISSION_TARGET object provides a pointer to the TARGET */ /* catalog files, which describe the objects of interest, where */ /* applicable. */ /* */ OBJECT = MISSION_TARGET TARGET_NAME = END_OBJECT = MISSION_TARGET END_OBJECT = MISSION_HOST /* */ /* The MISSION_REFERENCE_INFO object provides a pointer to */ /* related reference publications or private communications. Only */ /* the key is provided in this file. The catalog object which */ /* provides the full citation is delivered separately. */ /* */ /* The MISSION_REFERENCE_INFO object is repeated once for */ /* each reference. */ /* */ OBJECT = MISSION_REFERENCE_INFORMATION REFERENCE_KEY_ID = END_OBJECT = MISSION_REFERENCE_INFORMATION END_OBJECT = MISSION END