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/imred/irred/Revisions | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/irred/Revisions')
-rw-r--r-- | noao/imred/irred/Revisions | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/noao/imred/irred/Revisions b/noao/imred/irred/Revisions new file mode 100644 index 00000000..22a23670 --- /dev/null +++ b/noao/imred/irred/Revisions @@ -0,0 +1,61 @@ +.help revisions Jun88 noao.imred.irred +.nf +irred$irred.cl + The IRLINCOR task was mistakenly declared using 'x_irred.x' instead + of 'x_irred.e'. Works fine under the CL but broke Pyraf (1/18/07, MJF) + +irred$center.par +irred$doc/center.hlp + Updated the center task parameter file to support the new cache, wcsin, + and wcsout parameters. + + Added a copy of the center task help page so it is accessible even + if apphot is not loaded. Center1d gets picked up instead in that case. + + Davis, April 8, 2001 + +irred$mosproc.cl + Changed the outtype parameter setting in the imcombine task call from + "" to "real". Added default values for the rejmask, nkeep, and snoise + parameters. + + Davis, January 18, 1999 + +irred$irred.cl +irred$irred.hd +irred$irred.men +irred$mkpkg +irred$irlincor.par +irred$x_irred.x +irred$t_irlincor.x +irred$doc/irlincor.hlp + Added the ctio.irlincor package task to the irred package. + +irred$irred.cl +irred$mosproc.cl + 1. The irred cl script was modified to reference nproto instead of proto. + 2. The irred script was modified to load the core proto package in order to + pick up the bscale task. + 3. The references to the apselect task were replace by references to the + txdump task. + 4. The bscale.par file was removed since one cannot have private copies + of .par files across package boundaries. + 5. Replaced the obsolete version of datapars.par with the new version. + 6. Replaced the obsolate versions of irmosaic.par, iralign.par, + irmatch1d.par, and irmatch2d.par with new ones. + + Davis, January 25, 1992 + +irred$mosproc.cl + 1. Replaced the call to imcombine with a call to the new imcombine. + + Davis, January 25, 1992 + + +irred$ + The IRRED package was added to the imred package menu. The current + tasks are bscale, center, irmosaic, iralign, irmatch1d, and irmatch2d, + mosproc, and txdump. + Davis, April 1, 1989 + +.endhelp |