1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Parameters for rvreidlines task.
reference,s,a,,,,Reference image
images,s,a,,,,Images to be reidentified
interactive,s,h,"no","no|yes|NO|YES",,Interactive fitting?
section,s,h,"middle line",,,Section to apply to two dimensional images
newaps,b,h,yes,,,Reidentify apertures in images not in reference?
override,b,h,no,,,"Override previous solutions?
"
trace,b,h,no,,,Trace reference image?
step,s,h,"10",,,Step in lines/columns/bands for tracing an image
nsum,s,h,"10",,,Number of lines/columns/bands to sum
shift,s,h,"0.",,,Shift to add to reference features
nlost,i,h,0,0,,"Maximum number of features which may be lost
"
cradius,r,h,5.,,,Centering radius
threshold,r,h,10.,0.,,Feature threshold for centering
addfeatures,b,h,no,,,Add features from a line list?
coordlist,f,h,,,,User coordinate list
match,r,h,10.,,,Coordinate list matching limit in user units
maxfeatures,i,h,50,,,Maximum number of features for automatic identification
minsep,r,h,2.,0.,,"Minimum pixel separation
"
database,f,h,database,,,Database
logfiles,s,h,"logfile",,,List of log files
verbose,b,h,no,,,Verbose output?
keywpars,pset,h,"",,,Header keyword translation pset
graphics,s,h,"stdgraph",,,Graphics output device
cursor,*gcur,h,"",,,Graphics cursor input
answer,s,q,"yes","no|yes|NO|YES",,Fit lines and velocity interactively?
|