Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2016-01-19 17:19:08
Size: 732
Editor: DianeLambert
Comment:
Revision 6 as of 2016-02-10 14:02:14
Size: 1236
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
(Compiled by DL)
Line 4: Line 3:
'''Purpose:''' Input file for various script-makers, listing the set landmarks or images intended for batch processing. == Description ==
Line 6: Line 5:
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_scriptP]], a script-maker for batch standard iteration of landmarks using parallel processing;
This input file lists the set landmarks or images intended for batch processing.
Line 11: Line 7:
Example '''make_scriptA''', '''make_scriptAP''' make_script.in file: '''make_script.in''' is used by these script-makers:
 * [[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

Here is a sample '''make_script.in''' file used by [[make_scriptA]], [[make_scriptAP]], and [[make_scriptR]]:
Line 20: Line 23:
NB: A space must precede each image filename.  /!\ You must precede each image filename with a space when creating '''make_script.in''' files for these script-makers.
Line 22: Line 25:
Example '''make_scriptP''' make_script.in file: Here is a sample '''make_script.in''' file used by [[make_scriptF]] and [[make_scriptP]]:
Line 30: Line 33:


 /!\ You must '''''not'''' precede each image filename with a space when creating '''make_script.in''' files for these script-makers.
----------

''(Compiled by DL)''

CategoryFiles

make_script.in

Description

This input file lists the set landmarks or images intended for batch processing.

make_script.in is used by these script-makers:

  • 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

Here is a sample make_script.in file used by make_scriptA, make_scriptAP, and make_scriptR:

 P00045000450
 P00045000451
 P00045000452
END
  • /!\ You must precede each image filename with a space when creating make_script.in files for these script-makers.

Here is a sample make_script.in file used by make_scriptF and make_scriptP:

EE0001
EE0002
EE0003
END
  • /!\ You must not' precede each image filename with a space when creating make_script.in files for these script-makers.


(Compiled by DL)

CategoryFiles

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