Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2020-07-30 11:00:38
Size: 684
Editor: JohnWeirich
Comment:
Revision 6 as of 2020-08-13 16:39:43
Size: 754
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Use 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.
== 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.
Line 6: Line 9:
<I/F image name>.IMG
<SPC SUMFILE name>.SUM
 * <I/F image name>.IMG
 * <SPC SUMFILE name>.SUM
Line 10: Line 13:
CN0221023170M_IF_5.IMG
N0221023170M.SUM
 * CN0221023170M_IF_5.IMG
 * N0221023170M.SUM
Line 17: Line 20:
C0221023170M.DAT
C0221023170M.SUM
 * C0221023170M.DAT
 * C0221023170M.SUM

== rawMosaic ==

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

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.

Required Input Files

  • <I/F image name>.IMG

  • <SPC SUMFILE name>.SUM

Example:

  • CN0221023170M_IF_5.IMG
  • N0221023170M.SUM

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:

  • C0221023170M.DAT
  • C0221023170M.SUM

rawMosaic

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