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/onedspec/irsiids/extinct.cl | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/onedspec/irsiids/extinct.cl')
-rw-r--r-- | noao/onedspec/irsiids/extinct.cl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/noao/onedspec/irsiids/extinct.cl b/noao/onedspec/irsiids/extinct.cl new file mode 100644 index 00000000..68c5a2de --- /dev/null +++ b/noao/onedspec/irsiids/extinct.cl @@ -0,0 +1,22 @@ +#{ EXTINCT -- Use the BSWITCH task to perform the correction for +# atmospheric extinction. + +{ +# Root name +rt = root + +# Records +rec = records + +# Output root +out = output + +# Output starting record +strt = start_rec + +# Do operation +# Inhibit weighting and statisitic file generation + +bswitch (input=rt, records=rec, output=out, start_rec=strt, subset=nr_aps, + weighting=no, ids_mode=no, stats="") +} |