Skip to content

Commit

Permalink
Remove vtel subpackage from imred
Browse files Browse the repository at this point in the history
vtel was used for the data reduction of the Kitt Peak Vacuum
Telescope.  After 29 years of solar imaging, the vacuum telescope was
decommissioned in 2002, which is 15 years ago.

The vtel subpackage uses a the "MRQMIN" routine which was copied from
the Numerical Recipes book. This code is not licensed for public
redistribution and must be removed from the public IRAF package. Since
the subpackage is specialized for data from an instrument that is out
of operation for a long time, it is not worth replacing the NR code
with free code.

Therefore, this patch removed the vtel package completely.
  • Loading branch information
olebole committed Nov 14, 2017
1 parent a31fdc2 commit 1df7f21
Show file tree
Hide file tree
Showing 108 changed files with 0 additions and 10,930 deletions.
2 changes: 0 additions & 2 deletions noao/imred/imred.cl
Expand Up @@ -18,7 +18,6 @@ set kpnocoude = "imred$kpnocoude/"
set kpnoslit = "imred$kpnoslit/"
set quadred = "imred$quadred/"
set specred = "imred$specred/"
set vtel = "imred$vtel/"

set apextract = "twodspec$apextract/"
set doecslit = "imred$src/doecslit/"
Expand Down Expand Up @@ -50,6 +49,5 @@ task kpnocoude.pkg = "kpnocoude$kpnocoude.cl"
task kpnoslit.pkg = "kpnoslit$kpnoslit.cl"
task quadred.pkg = "quadred$quadred.cl"
task specred.pkg = "specred$specred.cl"
task vtel.pkg = "vtel$vtel.cl"

clbye
7 changes: 0 additions & 7 deletions noao/imred/imred.hd
Expand Up @@ -18,7 +18,6 @@ $kpnocoude = "noao$imred/kpnocoude/"
$kpnoslit = "noao$imred/kpnoslit/"
$quadred = "noao$imred/quadred/"
$specred = "noao$imred/specred/"
$vtel = "noao$imred/vtel/"

demos hlp=doc$demos.hlp
#tutor hlp=doc$tutor.hlp, src=tutor.cl
Expand Down Expand Up @@ -111,9 +110,3 @@ specred men=specred$specred.men,
sys=specred$specred.hlp,
pkg=specred$specred.hd,
src=specred$specred.cl

vtel men=vtel$vtel.men,
hlp=..,
sys=vtel$vtel.hlp,
pkg=vtel$vtel.hd,
src=vtel$vtel.cl
1 change: 0 additions & 1 deletion noao/imred/imred.men
Expand Up @@ -14,4 +14,3 @@
kpnoslit - KPNO low/moderate dispersion slits (Goldcam, RCspec, Whitecam)
quadred - CCD reductions for QUAD amplifier data
specred - Generic slit and fiber spectral reduction package
vtel - NSO Solar vacuum telescope image reductions
2 changes: 0 additions & 2 deletions noao/imred/mkpkg
Expand Up @@ -15,6 +15,4 @@ update:
$call update@irred
$echo "------------------ IMRED.QUADRED -------------------"
$call update@quadred
$echo "------------------ IMRED.VTEL ----------------------"
$call update@vtel
;
81 changes: 0 additions & 81 deletions noao/imred/vtel/README

This file was deleted.

209 changes: 0 additions & 209 deletions noao/imred/vtel/Revisions

This file was deleted.

19 changes: 0 additions & 19 deletions noao/imred/vtel/asciilook.inc

This file was deleted.

15 changes: 0 additions & 15 deletions noao/imred/vtel/d1900.x

This file was deleted.

0 comments on commit 1df7f21

Please sign in to comment.