diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/imred/irs/identify.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/irs/identify.par')
-rw-r--r-- | noao/imred/irs/identify.par | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/noao/imred/irs/identify.par b/noao/imred/irs/identify.par new file mode 100644 index 00000000..d42065e1 --- /dev/null +++ b/noao/imred/irs/identify.par @@ -0,0 +1,33 @@ +# Parameters for identify task. + +images,s,a,,,,Images containing features to be identified +section,s,h,"middle line",,,Section to apply to two dimensional images +database,f,h,database,,,Database in which to record feature data +coordlist,f,h,linelists$henear.dat,,,User coordinate list +units,s,h,"",,,Coordinate units +nsum,s,h,"10",,,Number of lines/columns/bands to sum in 2D images +match,r,h,50.,,,Coordinate list matching limit +maxfeatures,i,h,50,,,Maximum number of features for automatic identification +zwidth,r,h,100.,,,Zoom graph width in user units + +ftype,s,h,"emission","emission|absorption",,Feature type +fwidth,r,h,4.,,,Feature width in pixels +cradius,r,h,5.,,,Centering radius in pixels +threshold,r,h,10.,0.,,Feature threshold for centering +minsep,r,h,2.,0.,,Minimum pixel separation + +function,s,h,"chebyshev","legendre|chebyshev|spline1|spline3",,Coordinate function +order,i,h,8,1,,Order of coordinate function +sample,s,h,"*",,,Coordinate sample regions +niterate,i,h,0,0,,Rejection iterations +low_reject,r,h,3.,0.,,Lower rejection sigma +high_reject,r,h,3.,0.,,Upper rejection sigma +grow,r,h,0.,0.,,Rejection growing radius + +autowrite,b,h,no,,,"Automatically write to database" +graphics,s,h,"stdgraph",,,Graphics output device +cursor,*gcur,h,"",,,Graphics cursor input + +crval,s,q,,,,"Approximate coordinate (at reference pixel)" +cdelt,s,q,,,,"Approximate dispersion" +aidpars,pset,h,,,,"Automatic identification algorithm parameters" |