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/artdata/mkexamples/starfield.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/artdata/mkexamples/starfield.cl')
-rw-r--r-- | noao/artdata/mkexamples/starfield.cl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/noao/artdata/mkexamples/starfield.cl b/noao/artdata/mkexamples/starfield.cl new file mode 100644 index 00000000..3e1c19b9 --- /dev/null +++ b/noao/artdata/mkexamples/starfield.cl @@ -0,0 +1,22 @@ +# STARFIELD - Uniform star field + +file image, dat + +image = s1 +dat = mktemp ("art") + +starlist (dat, 1000, "", "", interactive=no, spatial="uniform", xmin=1., + xmax=512., ymin=1., ymax=512., xcenter=INDEF, ycenter=INDEF, + core_radius=30., base=0., sseed=i, luminosity="powlaw", minmag=-7., + maxmag=0., mzero=-4., power=0.6, alpha=0.74, beta=0.04, delta=0.294, + mstar=1.28, lseed=i, nssample=100, sorder=10, nlsample=100, lorder=10, + rbinsize=10., mbinsize=0.5, graphics="stdgraph", cursor="") + +mkobjects (image, output="", ncols=512, nlines=512, + title="Example artificial uniform star field", + header="artdata$stdheader.dat", + background=1000., objects=dat, xoffset=0., yoffset=0., star="moffat", + radius=1.0, beta=2.5, ar=1., pa=0., distance=1., exptime=1., magzero=7., + gain=3., rdnoise=10., poisson=yes, seed=j, comments=b1) + +delete (dat, verify=no) |