1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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
|