Differences between revisions 1 and 22 (spanning 21 versions)
Revision 1 as of 2020-07-30 10:52:31
Size: 681
Editor: JohnWeirich
Comment:
Revision 22 as of 2021-04-20 10:05:49
Size: 2252
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Collect calibrated I/F images =
 * You can use the PDS link [[https://pdsimage2.wr.usgs.gov/archive/mess-e_v_h-mdis-4-cdr-caldata-v1.0/MSGRMDS_2001/CDR/|here]] or other location.
 * Get the DOY, and down the I/F calibrated cube. (ex. CN0221023175M_IF_5.IMG)
Line 4: Line 8:
Use processCalMessenger.c. Does 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

== 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.
 * processCalMessenger
 * processCalMessenger512

=
== Required Input Files ===
 *
<I/F image name>.IMG
 * <SPC SUMFILE name>.SUM
Line 10: Line 22:
CN0221023170M_IF_5.IMG
N0221023170M.SUM
 * CN0221023170M_IF_5.IMG
 * N0221023170M.SUM
Line 13: Line 25:
== Output Files == === Output Files ===
Line 17: Line 29:
C0221023170M.DAT
C0221023170M.SUM
 * C0221023170M.DAT
 * C0221023170M.SUM
 * process_calibrated.log

=== Usage ===
e.processCalMessenger <PDS calibrated name>.IMG

Ex:
e.processCalMessenger CN0221023170M_IF_5.IMG

=== Wrappers for ingesting calibrated images for I/F ===
 * Update the directory calls in the shell wrapper.
 * Note that you need to update the processCalMessenger call for 512 images. Can get the 512 images by running...
{{{
head -246 *.IMG | grep LINES
}}}
 * [[attachment:processCalMessengerForIoverF.sh]]

== rawMosaic ==
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.'''
 * Since the filename of the image has changed, update INIT_LITHOS.TXT to have a distortion matrix entry for the new image names.
 * Then, run as normal to generate I/F ascii file. Put the new image name into MOSAIC.TXT, enter the bigmap name, the scale factor for the image comes from process_calibrated.log, and the offset is 0 (zero).

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

  • 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)

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.

  • processCalMessenger
  • processCalMessenger512

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
  • process_calibrated.log

Usage

e.processCalMessenger <PDS calibrated name>.IMG

Ex: e.processCalMessenger CN0221023170M_IF_5.IMG

Wrappers for ingesting calibrated images for I/F

  • Update the directory calls in the shell wrapper.
  • Note that you need to update the processCalMessenger call for 512 images. Can get the 512 images by running...

head -246 *.IMG | grep LINES

rawMosaic

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.

  • Since the filename of the image has changed, update INIT_LITHOS.TXT to have a distortion matrix entry for the new image names.
  • Then, run as normal to generate I/F ascii file. Put the new image name into MOSAIC.TXT, enter the bigmap name, the scale factor for the image comes from process_calibrated.log, and the offset is 0 (zero).

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