Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2016-01-19 17:19:08
Size: 732
Editor: DianeLambert
Comment:
Revision 5 as of 2016-01-21 17:43:56
Size: 918
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[make_scriptF]], a script-maker for batch [[lithos]] processing;
Line 10: Line 11:
 * [[make_scriptR]], a script-maker for batch registration of new images;
Line 11: Line 13:
Example '''make_scriptA''', '''make_scriptAP''' make_script.in file: Example '''make_scriptA''', '''make_scriptAP''', '''make_scriptR''' make_script.in file:
Line 22: Line 24:
Example '''make_scriptP''' make_script.in file: Example '''make_scriptF''', '''make_scriptP''' make_script.in file:

make_script.in

(Compiled by DL)

Purpose: Input file for various script-makers, listing the set landmarks or images intended for batch processing.

Used by:

  • make_scriptA, a script-maker for batch autoregistering new images;

  • make_scriptAP, a script-maker for batch autoregistering new images using parallel processing;

  • make_scriptF, a script-maker for batch lithos processing;

  • make_scriptP, a script-maker for batch standard iteration of landmarks using parallel processing;

  • make_scriptR, a script-maker for batch registration of new images;

Example make_scriptA, make_scriptAP, make_scriptR make_script.in file:

 P00045000450
 P00045000451
 P00045000452
END

NB: A space must precede each image filename.

Example make_scriptF, make_scriptP make_script.in file:

EE0001
EE0002
EE0003
END

make_script.in (last edited 2016-07-24 06:45:22 by BMittan)