Here is a list of processes unique to Mercury. Update as needed, and at some point compile into a coherent set of procedures.

Collect calibrated I/F images

Instructions for making I/F cubes of Mercury

processCalMessenger

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.

Required Input Files

Example:

Output Files

Creates new SUMFILE and IMAGEFILE. The output name drops the first character of the input name, and replaces it with a "C".

Example:

Usage

e.processCalMessenger <PDS calibrated name>.IMG

Ex: e.processCalMessenger CN0221023170M_IF_5.IMG

Wrappers for ingesting calibrated images for I/F

Setup

head -246 *.IMG | grep LINES

Usage

sh bin/processCalMessengerForIoverF.sh 1024List

Processing and End State

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.

rawMosaic

As of 14 Aug 2020

sed -i.bak 's/  4095                                       /  65535                                      /' *.SUM

Wrapper for rawMosaic

Setup

Usage

sh ../bin/rawMOSAICIoverF.sh RAB201 ../spcDeborahList

Processing and End State

Wrapper for t.phasei

Setup

Usage

sh ../bin/aeiFromSPC.sh ../spcDeborahList RAB201

Processing and End State

Wrapper to package everything into a single cub

Setup

Usage

sh bin/cubeIt.sh spcDeborahList 

Processing and End State

Mercury Procedures (last edited 2021-12-13 15:06:43 by JohnWeirich)