diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/twodspec/multispec/_msfindspec1.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/twodspec/multispec/_msfindspec1.par')
-rw-r--r-- | noao/twodspec/multispec/_msfindspec1.par | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/noao/twodspec/multispec/_msfindspec1.par b/noao/twodspec/multispec/_msfindspec1.par new file mode 100644 index 00000000..5263bedb --- /dev/null +++ b/noao/twodspec/multispec/_msfindspec1.par @@ -0,0 +1,15 @@ + +# _MSFINDSPEC1 -- Create a new database, find the peaks, trace, and fit a +# function. + +image,f,a,,,,Image +sample_lines,s,a,"10x50",,,Sample image lines +start,i,a,1,,,Starting image line +min_nspectra,i,a,1,,,Minimum number of spectra to be found +max_nspectra,i,a,100,,,Maximum number of spectra to be found +separation,i,a,20,,,Minimum separation between spectra +threshold,r,a,0.,,,Minimum peak threshold for selecting spectra +contrast,r,a,0.1,,,Maximum contrast between peaks +width,r,a,10,,,Width of spectra +naverage,i,a,20,1,,Number of lines to average +verbose,b,a,no,,,Verbose output? |