Differences between revisions 2 and 3
Revision 2 as of 2016-01-19 10:24:29
Size: 1164
Editor: DianeLambert
Comment:
Revision 3 as of 2016-01-19 10:38:09
Size: 1576
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
 * [[SUMFILES]]/ - S/C and camera information are updated by [[lithosP]] as image shifts are accepted. New landmarks and limb fits are added to the SUMFILEs;
 * [[LMKFILES]]/ - LMKFILES are updated by [[lithosP]].
 * [[MAPFILES]]/ - MAPFILES are updated by [[lithosP]].
 * a number of information text and display files in the working directory are modified by [[lithosP]]; please refer to the relevant guide.

make_scriptP

(Compiled by DL)

Purpose: Generates the run script and .INN files required to iterate maplets using lithosP.

Requires

  • make_script.in - text file containing ...
  • make_scriptP.seed - test file containing the lithosP option commands for iterating each maplet.

  • INIT_LITHOS - make_scriptP reads the USRMX (maximum number of core processors) value.

NB: lithosP requires a number of directories and files - refer to relevant guide.

Output

make_scriptP outputs:

  • run.sh - controlling run script for batch maplet iteration using parallel processing;
    • run script for each core processor:
      • run_script01.b
      • run_script02.b
      • etc ...
  • .INN files - lithosP seed file for each maplet.

  • rem_script.b - script for removal of temporary files (working directory clean-up).

run_scriptnn.b outputs:

  • .OOT files - standard output from lithosP for each landmark.

  • SUMFILES/ - S/C and camera information are updated by lithosP as image shifts are accepted. New landmarks and limb fits are added to the SUMFILEs;

  • LMKFILES/ - LMKFILES are updated by lithosP.

  • MAPFILES/ - MAPFILES are updated by lithosP.

  • a number of information text and display files in the working directory are modified by lithosP; please refer to the relevant guide.

User Warnings

  • The user must ensure that the correct number of core processors is set for USRMX, a variable contained in INIT_LITHOS, refer to relevant guide for further details.

make_scriptP (last edited 2018-05-05 20:34:44 by BMittan)