You can use the PDS link here or other location.
- Get the DOY, and down the I/F calibrated cube. (ex. CN0221023175M_IF_5.IMG)
You can use the PDS link here or other location.
Using processCalMessenger.c does not currently (30 July 2020) need an SPC directory. All input and output files just need to be in the directory from which the program is executed.
Note: You'll need to prescreen the images for 512 by 512 and 1024 by 1024. There are separate programs for image size.
<I/F image name>.IMG
<SPC SUMFILE name>.SUM (12 characters: first letter E or C, 10 digit ephemeris time, filter letter)
Example:
Creates new SUMFILE and IMAGEFILE. The output name drops the first character of the input name, and replaces it with a "C".
Example:
e.processCalMessenger <PDS calibrated name>.IMG
Ex: e.processCalMessenger CN0221023170M_IF_5.IMG
head -246 *.IMG | grep LINES
processCalMessengerForIoverF.sh (ignore the tmp and newSUM variables since they aren't used)
sh bin/processCalMessengerForIoverF.sh 1024List
Note1: Some of the older ingested images into the Mercury directory use a different SPC naming scheme. For these, process as normal, but copy the SUMFILE to the "working" directory and modify the filename and name in the first line Note2: If you have errors when you run (i.e. some ingested images use a different naming scheme), make sure you modify process_calibrated.log after you've fixed the errors. process_calibrated.log will be used later by rawMosaic, and you don't want old information to be read.
As of 14 Aug 2020
The upper threshold generated by processCalMessenger in the output SUMFILE is not that expected by rawMosaic. You'll need to modify the upper threshold in the C_.SUM before running rawMosaic. Change the 4095 to 65535 using the following command.
sed -i.bak 's/ 4095 / 65535 /' *.SUM
Very Important!: Since the filename of the image has changed, update INIT_LITHOS.TXT to have a distortion matrix entry for the new image names.
sh ../bin/rawMOSAICIoverF.sh RAB201 ../spcDeborahList
sh ../bin/aeiFromSPC.sh ../spcDeborahList RAB201
sh bin/cubeIt.sh spcDeborahList