- spicemetakernel is a spice metakernel listing all required spice files (DSK, SPK, PCK, etc.) needed to perform the analysis. Only files needed for this analysis are in the metakernel (e.g. no ambiguity about which file to use.) Required contents of this metakernel is TBD.
- instrumenttype is a code that specifies the boresight and field of view of the instrument to use in the analysis. This must be one of "OLA", "OTES", "OVIRS", "POLYCAM", "MAPCAM", "SAMCAM", or "NAVCAM".
- distance is the maximum distance of the instrument boresight from the center of the facet expressed in milliradians.
- sclkfile is a text file that contains the sclk values for one or more times of observation by an instrument. Leading whitespace is ignored. One or more whitespace characters must separate the sclkvalue from the rest of the line. The format is as follows:
BEGIN sclkvalue [otherdata] sclkvalue [otherdata] . . END
Where:
- sclkvalue is a string (format TBD)
- [otherdata] includes all additional data (including whitespace) in the line up to, but not including, the linefeed character.