Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2016-01-19 17:02:53
Size: 534
Editor: DianeLambert
Comment:
Revision 3 as of 2016-01-19 17:20:31
Size: 807
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[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;
Line 20: Line 22:

Example '''make_scriptP''' make_script.in file:

{{{
EE0001
EE0002
EE0003
END
}}}

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_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_script.in file:

 P00045000450
 P00045000451
 P00045000452
END

NB: A space must precede each image filename.

Example make_scriptP make_script.in file:

EE0001
EE0002
EE0003
END

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