blob: 8ef786bcb5ae803badc454d77dd627a765ee2e62 (
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
|
RADPROF Fitting Task Routines
$checkout libpkg.a ".."
$update libpkg.a
$checkin libpkg.a ".."
$exit
libpkg.a:
apbradprof.x <fset.h> ../lib/apphot.h \
../lib/center.h ../lib/fitsky.h \
../lib/display.h
apgrpars.x ../lib/center.h ../lib/fitsky.h \
../lib/phot.h ../lib/display.h \
../lib/noise.h ../lib/radprof.h
approfsetup.x ../lib/center.h ../lib/fitsky.h \
../lib/display.h
apprprof.x ../lib/apphotdef.h ../lib/apphot.h \
../lib/center.h ../lib/fitsky.h \
../lib/photdef.h ../lib/phot.h \
../lib/radprof.h
apradprof.x <ctype.h> <gset.h> \
../lib/apphot.h ../lib/center.h \
../lib/fitsky.h ../lib/radprof.h \
../lib/display.h <imhdr.h>
aprconfirm.x ../lib/apphot.h ../lib/noise.h \
../lib/center.h ../lib/fitsky.h \
../lib/phot.h ../lib/radprof.h
aprferrors.x ../lib/phot.h ../lib/radprof.h
aprmmeasure.x <math/curfit.h>
aprpars.x ../lib/radprof.h ../lib/display.h
aprpbuf.x <imhdr.h> ../lib/apphotdef.h \
../lib/radprofdef.h ../lib/radprof.h
aprpcolon.x ../lib/apphot.h ../lib/fitsky.h \
../lib/center.h ../lib/phot.h \
../lib/radprof.h ../lib/noise.h \
../lib/display.h
aprpfree.x ../lib/apphotdef.h ../lib/radprofdef.h
aprpindef.x ../lib/apphotdef.h ../lib/radprofdef.h \
../lib/radprof.h ../lib/photdef.h \
../lib/phot.h
aprpinit.x ../lib/apphotdef.h ../lib/radprofdef.h \
../lib/phot.h
aprpplot.x <gset.h> <pkg/gtools.h> \
../lib/apphotdef.h ../lib/photdef.h \
../lib/radprof.h ../lib/phot.h \
../lib/fitsky.h ../lib/radprofdef.h \
../lib/center.h ../lib/apphot.h
apfrprof.x <math/curfit.h> <math/iminterp.h> \
<gset.h> ../lib/fitskydef.h \
../lib/apphotdef.h ../lib/radprofdef.h \
../lib/phot.h ../lib/photdef.h \
../lib/radprof.h <math.h> \
<mach.h> "../lib/noisedef.h" \
../lib/apphot.h
rprofshow.x ../lib/display.h ../lib/radprof.h
t_radprof.x <fset.h> <gset.h> \
../lib/apphot.h <imhdr.h>
;
|