PDS_VERSION_ID = PDS3 RECORD_TYPE = "STREAM" DATA_SET_ID = "RO-C/CAL-ALICE-4-EXT2-V2.0" PRODUCT_CREATION_TIME = 2007-04-09T00:00:00 PRODUCT_ID = "AA_MIKE_README" OBJECT = TEXT INTERCHANGE_FORMAT = ASCII PUBLICATION_DATE = 2007-04-09 NOTE = "Description of the how to run the MIKE source code" END_OBJECT = TEXT END This directory contains the IDL source code for "MIKE", the calibration software for the Rosetta Alice instrument. This source code is provided as documentation only, and is neither supported by the Alice team nor gauranteed to run on all architectures. However, the Alice team believes that, when properly configued to the local machine, the code should execute successfully in most cases. The top-level procedure is called "RA_MIKE_PIPELINE.PRO". To configure MIKE to run on your machine, it is neccesary to open RA_MIKE_PIPELINE.PRO and change the hard file links to reflect the directory structure on the local machine. The GSFC IDL Astronomy library must be in the IDL path, and the IDL implemtation of SPICE, ICY, must be installed on the local machine. The method for furnishing the required SPICE kernels to ICY will need to be modified to reflect the local directory structure. The Alice team typically calls the MIKE software via the following command: IDL> ra_mike_pipeline, /all, /verbose, /movefiles2sci Additional documentation can be found in the header information of the source code.