Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2016-02-10 14:02:14
Size: 1236
Editor: BMittan
Comment:
Revision 9 as of 2016-02-10 20:06:17
Size: 1327
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
This input file lists the set landmarks or images intended for batch processing.  This input file lists the set landmarks or images intended for batch processing.
Line 10: Line 10:
 * [[make_scriptF]] - a script-maker for batch [[lithos]] processing   * [[make_scriptF]] - a script-maker for batch [[lithos]] processing
Line 35: Line 35:
 /!\ You must '''''not'''' precede each image filename with a space when creating '''make_script.in''' files for these script-makers.  /!\ You must '''''not''''' precede each landmark filename with a space when creating '''make_script.in''' files for these script-makers.

(./) Did I get image and landmark in the right places above??
Line 40: Line 43:
CategoryFiles CategoryFiles  CategorySupportFiles

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 landmark filename with a space when creating make_script.in files for these script-makers.

(./) Did I get image and landmark in the right places above??


(Compiled by DL)

CategoryFiles CategorySupportFiles

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