-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfitz2.m
More file actions
executable file
·27 lines (21 loc) · 976 Bytes
/
fitz2.m
File metadata and controls
executable file
·27 lines (21 loc) · 976 Bytes
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
include $(HOME)/programs/Make.defs
SRC = fitz2.f fitz2.m \
readspec.f showspec.f logrebinerr.f deshiftz2.f contsubmed.f \
readz.f boxcar.f compmean.f submean.f normalize.f zerobad.f \
contsubconst.f medsmooth.f findends.f cleanends.f blankout.f \
scalenoise.f readevects.f blankoutsky.f svdsubs.f findindex.f \
findlocmin.f findmultmin.f get1ddeepspec.f readfield.f linrebinerr.f \
centroidmin.f
OBJS = fitz2.o \
readspec.o showspec.o logrebinerr.o deshiftz2.o contsubmed.o \
readz.o boxcar.o compmean.o submean.o normalize.o zerobad.o \
contsubconst.o medsmooth.o findends.o cleanends.o blankout.o \
scalenoise.o readevects.o blankoutsky.o svdsubs.o findindex.o \
findlocmin.o findmultmin.o get1ddeepspec.o readfield.o linrebinerr.o \
centroidmin.o
fitz2: $(OBJS)
$(FC) -O -o fitz2 $(OBJS) $(PGPLOT) $(FITSIOWRAP) $(NUMREC)
clean:
rm fitz2 $(OBJS)
tarball:
tar cvf fitz2.tar $(SRC)