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 /pkg/images/x_images.x | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/x_images.x')
-rw-r--r-- | pkg/images/x_images.x | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/pkg/images/x_images.x b/pkg/images/x_images.x new file mode 100644 index 00000000..455b335f --- /dev/null +++ b/pkg/images/x_images.x @@ -0,0 +1,80 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +# Images package process. + +task blkavg = t_blkavg, + blkrep = t_blkrep, + boxcar = t_boxcar, + ccfind = t_ccfind, + ccget = t_ccget, + ccmap = t_ccmap, + ccsetwcs = t_ccsetwcs, + ccstd = t_ccstd, + cctran = t_cctran, + ccxymatch = t_ccxymatch, + chpixtype = t_chpixtype, + convolve = t_convolve, + fit1d = t_fit1d, + fmedian = t_fmedian, + fmode = t_fmode, + frmedian = t_frmedian, + frmode = t_frmode, + gauss = t_gauss, + geomap = t_geomap, + geotran = t_geotran, + geoxytran = t_geoxytran, + gradient = t_gradient, + hedit = t_hedit, + hpctran = t_hpctran, + hselect = t_hselect, + imarith = t_imarith, + imaxes = t_imaxes, + imcctran = t_imcctran, + imcentroid = t_imcentroid, + imcombine = t_imcombine, + imcopy = t_imcopy, + imdelete = t_imdelete, + imdivide = t_imdivide, + imexpr = t_imexpr, + imfunction = t_imfunction, + imgets = t_imgets, + imheader = t_imheader, + imhistogram = t_imhistogram, + imjoin = t_imjoin, + imrename = t_imrename, + imreplace = t_imrep, + imshift = t_imshift, + imslice = t_imslice, + imstack = t_imstack, + imstatistics = t_imstatistics, + imsum = t_imsum, + imsurfit = t_imsurfit, + imtile = t_imtile, + imtranspose = t_imtranspose, + im3dtran = t_im3dtran, + laplace = t_laplace, + linmatch = t_linmatch, + lineclean = t_lineclean, + listpixels = t_listpixels, + magnify = t_magnify, + median = t_median, + minmax = t_minmax, + mode = t_mode, + nhedit = t_nhedit, + psfmatch = t_psfmatch, + rmedian = t_rmedian, + rmode = t_rmode, + runmed = t_runmed, + sections = t_sections, + shiftlines = t_shiftlines, + skyctran = t_skyctran, + skyxymatch = t_skyxymatch, + starfind = t_starfind, + wcscopy = t_wcscopy, + wcsctran = t_wcsctran, + wcsedit = t_wcsedit, + wcsreset = t_wcsreset, + wcsxymatch = t_wcsxymatch, + xregister = t_xregister, + xyxymatch = t_xyxymatch + |