Differences between revisions 4 and 5
Revision 4 as of 2016-02-10 14:08:10
Size: 1195
Editor: BMittan
Comment:
Revision 5 as of 2016-02-10 20:06:38
Size: 1214
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
END    END
Line 40: Line 40:
CategoryFiles CategoryFiles  CategorySupportFiles

make_scriptA.seed

Description

This seed file is used by make_scriptA, the script-maker for batch autoregistering new images.

Here is a sample make_scriptA.seed file annotated with explanations of the commands:

n              <- auto-eliminate new landmarks
0,50,.25,0,5   <- INVLIM, SLIM, CLIM, RSMN, RSMX
1              <- auto-align
2              <- spacing 2
n              <- no spacing change
0              <- shift by full amount
y              <- update landmark pixel locations
1              <- auto-align
1              <- spacing 1
n              <- no spacing change
0              <- shift by full amount
y              <- update landmark pixel locations
o              <- remove low-correlation landmarks
.5             <- correlation limit 0.5
1              <- auto-align
1              <- spacing 1
n              <- no spacing change
0              <- shift by full amount
y              <- update landmark pixel locations
4              <- change flags
b              <- use all
0              <- exit (image)
q              <- quit autoregister
END


(Compiled by DL)

CategoryFiles CategorySupportFiles

make_scriptA.seed (last edited 2016-02-10 20:06:38 by BMittan)