Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2016-01-14 11:29:39
Size: 615
Editor: DianeLambert
Comment:
Revision 6 as of 2016-01-14 11:33:43
Size: 1212
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
=== Create Input Files ===
Line 20: Line 22:
P3T11S2H0409.DAT
P3T11S2H0410.DAT
P3T11S2H0411.DAT
 P3T11S2H0409.DAT
 P3T11S2H0410.DAT
 P3T11S2H0411.DAT
Line 26: Line 28:
Example make_scriptR.seed file: NB: A space must precede each image filename.

Example make_scriptR.seed file (see [[make_scriptR.seed]] for further details):
Line 45: Line 49:

== Run make_scriptR ==

make_scriptR generates a .INN file for each image. Example P3T11S2H0409.INN file:

{{{
P3T11S2H0409
s
20
3
y
XSTOP
1
10
3
y
XSTOP
0
y
n
n
q
}}}

make_scriptR

Purpose: Generates the run and .INN files required to batch register new images.

Requires

  • make_script.in - text file containing the names of the images to batch register.
  • make_scriptR.seed - text file containing the register option commands for batch registering images.

Output

  • run_script.b -
  • .INN files -

Using make_scriptR

Create Input Files

Example make_script.in file:

 P3T11S2H0409.DAT
 P3T11S2H0410.DAT
 P3T11S2H0411.DAT
END

NB: A space must precede each image filename.

Example make_scriptR.seed file (see make_scriptR.seed for further details):

s
20
3
y
XSTOP
1
10
3
y
XSTOP
0
y
n
n
q

Run make_scriptR

make_scriptR generates a .INN file for each image. Example P3T11S2H0409.INN file:

P3T11S2H0409
s                   
20                  
3                   
y                   
XSTOP               
1                   
10                  
3                   
y                   
XSTOP               
0                   
y                   
n                   
n                   
q                   

make_scriptR (last edited 2016-07-26 09:32:25 by BMittan)