+ This program imports Mars Express HRSC files. This includes both the HRSC + Stereo and the SRC instruments with procesing level of "1" or "2" (not "3"). + The program populates all label keywords necessary to create the corresponding camera + models. +
++ For the stereo instrument there is always prefix data. The + prefix data is collected and used to look for "gaps" aka missing lines. The + line prefix data for HRSC + files contain time and exposure duration for each line. We look for occurrences + where the time + exposure duration is not equal to the next line's time to find missing + lines. This program uses two passes, the first reads the PDS file into a cube, the + second inserts lines where gaps were identified. +
++ For the SRC instrument, this program reads the PDS file and converts it to an ISIS cube. The + PDS file for the SRC instrument is much simpler than the stereo instrument files and requires + no special processing. +