aboutsummaryrefslogtreecommitdiff
path: root/noao/artdata/mkexamples/echelle.cl
diff options
context:
space:
mode:
Diffstat (limited to 'noao/artdata/mkexamples/echelle.cl')
-rw-r--r--noao/artdata/mkexamples/echelle.cl22
1 files changed, 22 insertions, 0 deletions
diff --git a/noao/artdata/mkexamples/echelle.cl b/noao/artdata/mkexamples/echelle.cl
new file mode 100644
index 00000000..4e6dc197
--- /dev/null
+++ b/noao/artdata/mkexamples/echelle.cl
@@ -0,0 +1,22 @@
+# echelle - Echelle absorption spectrum (calibrated)
+
+file out, hdr
+
+out = s1
+hdr = "mkexamples$objhdr.dat"
+i = 10
+k = 10 * i
+
+mkechelle (out, yes, ncols=512, nlines=512, norders=i,
+ title="Artificial Echelle Spectrum", header=hdr,
+ list=no, make=yes, comments=b1, xc=235.5, yc=INDEF, pixsize=0.027,
+ profile="extracted", width=20., scattered=0., f=590., gmm=INDEF,
+ blaze=INDEF, theta=INDEF, order=112, wavelength=5007.49,
+ dispersion=2.61, cf=590., cgmm=226., cblaze=4.53, ctheta=-11.97,
+ corder=1, cwavelength=6700., cdispersion=70., rv=0., z=no,
+ continuum=1000., temperature=5700., lines="", nrandom=k, peak=-0.5,
+ sigma=0.5, seed=i, >& "dev$null")
+
+mknoise (out, output="", ncols=512, nlines=512, title="", header="",
+ background=0., gain=1., rdnoise=10., poisson=yes, seed=j, cosrays="",
+ ncosrays=0, energy=30000., radius=0.5, ar=1., pa=0., comments=b1)