blob: 8ca684f8b906dd8d8044c7c8ca37b23b95f5f584 (
plain) (
blame)
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
81
|
# PHOT,QPHOT tasks
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
# general photometry and PHOT task routines
apbphot.x <fset.h> ../lib/apphot.h \
../lib/center.h ../lib/display.h \
../lib/fitsky.h
apcomags.x <mach.h> ../lib/noise.h
apgppars.x ../lib/center.h ../lib/fitsky.h \
../lib/phot.h ../lib/display.h \
../lib/noise.h
apmag.x <mach.h> ../lib/apphotdef.h \
../lib/noisedef.h ../lib/photdef.h \
../lib/apphot.h ../lib/phot.h
apmagbuf.x <imhdr.h> ../lib/apphotdef.h \
../lib/photdef.h ../lib/phot.h
apmeasure.x
apppars.x ../lib/display.h
appconfirm.x ../lib/apphot.h ../lib/noise.h \
../lib/center.h ../lib/fitsky.h \
../lib/phot.h
apperrors.x ../lib/phot.h
appfree.x ../lib/apphotdef.h ../lib/photdef.h
apphot.x <ctype.h> <gset.h> \
../lib/apphot.h ../lib/display.h \
../lib/center.h ../lib/fitsky.h \
../lib/phot.h <imhdr.h>
apphotcolon.x ../lib/noise.h ../lib/apphot.h \
../lib/display.h ../lib/fitsky.h \
../lib/center.h ../lib/phot.h \
<gset.h>
appinit.x ../lib/apphotdef.h ../lib/photdef.h \
../lib/phot.h
appplot.x <gset.h> <pkg/gtools.h> \
../lib/apphot.h ../lib/noise.h \
../lib/center.h ../lib/fitsky.h \
../lib/phot.h
appmag.x ../lib/apphot.h ../lib/apphotdef.h \
../lib/fitsky.h ../lib/center.h \
../lib/photdef.h ../lib/phot.h
appshow.x ../lib/display.h ../lib/phot.h
apradsetup.x ../lib/fitsky.h ../lib/center.h \
../lib/display.h ../lib/apphot.h
apremag.x <mach.h> ../lib/apphotdef.h \
../lib/noisedef.h ../lib/photdef.h \
../lib/apphot.h ../lib/phot.h
t_phot.x <fset.h> <gset.h> \
<lexnum.h> ../lib/apphot.h \
../lib/fitsky.h <imhdr.h>
# QPHOT TASK SPECIFIC ROUTINES
apgqppars.x "../lib/apphot.h" "../lib/display.h" \
"../lib/noise.h" "../lib/center.h" \
"../lib/fitsky.h" "../lib/phot.h"
apqppars.x "../lib/apphot.h" "../lib/display.h" \
"../lib/noise.h" "../lib/center.h" \
"../lib/fitsky.h" "../lib/phot.h"
apqphot.x <ctype.h> <gset.h> \
"../lib/apphot.h" "../lib/display.h" \
"../lib/center.h" "../lib/fitsky.h" \
"../lib/phot.h" <imhdr.h>
apqradsetup.x "../lib/apphot.h" "../lib/display.h" \
"../lib/center.h" "../lib/fitsky.h"
apqcolon.x "../lib/apphot.h" "../lib/display.h" \
"../lib/noise.h" "../lib/center.h" \
"../lib/fitsky.h" "../lib/phot.h" \
<error.h>
apqshow.x "../lib/apphot.h" "../lib/display.h" \
"../lib/noise.h" "../lib/center.h" \
"../lib/fitsky.h" "../lib/phot.h"
t_qphot.x <fset.h> <gset.h> \
<lexnum.h> ../lib/apphot.h \
../lib/fitsky.h <imhdr.h>
;
|