Differences between revisions 4 and 5
Revision 4 as of 2016-01-22 11:05:31
Size: 1714
Editor: DianeLambert
Comment:
Revision 5 as of 2016-01-22 11:06:03
Size: 1740
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
||[[make_scriptP]]||run_script''nn''.b||LMRK_DISPLAY''nn''.pgm for each landmark||[[lithosP]]||Batch iteration of landmarks.|| ||[[make_scriptP]]||run_script''nn''.b||LMRK_DISPLAY''nn''.pgm for each landmark||[[lithosP]]||Batch iteration of landmarks using parallel processing.||

TESTFILES1

(Compiled by DL)

Purpose: Directory in which to store display files for user inspection during batch processing.

This directory is required by the following programs:

  • Batch parallel processing autoregistration of images using the run script generated by make_scriptAP to store copies of LMRK_DISPLAYnn.pgm (output by autoregisterP) for each image;

  • Batch lithos processing using the run script generated by make_scriptF to store copies of tmpl.pgm (output by lithos) for each landmark.

  • Batch iteration of maplets using the run script generated by make_scriptP to store copies of LMRK_DISPLAY.pgm (output by lithosP) for each landmark.

  • Tiling of of a bigmap or shape with a suite of new landmarks using the run script generated by make_scriptT to store copies of tmpl.pgm (output by lithos) for each landmark.

The TESTFILES1 directory is required by the run scripts output by the following script-makers, for storing copies of the display files output by the source programs as follows:

Script-Maker

Run Script

Display File

Display File Source

Batch Processing Description

make_scriptAP

run_scriptnn.b

LMRK_DISPLAYnn.pgm for each image

autoregisterP

Batch autoregistration of images using parallel processing.

make_scriptF

run_script.b

tmpl.pgm for each landmark

lithos

Batch lithos processing of landmarks.

make_scriptP

run_scriptnn.b

LMRK_DISPLAYnn.pgm for each landmark

lithosP

Batch iteration of landmarks using parallel processing.

make_scriptT

run_script.b

tmpl.pgm for each landmark

lithos

Tiling of of a bigmap or shape with a suite of new landmarks.

TESTFILES1 (last edited 2016-07-26 09:53:09 by BMittan)