Commit 5a82cbdc authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
Browse files

Makefile with PARALLEL_FITS implementation

parent 99500eb4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,9 +33,11 @@ endif
# write the final image
OPT += -DWRITE_IMAGE
# perform w-stacking phase correction
#OPT += -DPHASE_ON
OPT += -DPHASE_ON
# Support CFITSIO
OPT += -DFITSIO
# Perform true parallel fits writing
OPT += -DPARALLEL_FITS

ifeq (FITSIO,$(findstring FITSIO,$(OPT)))
	LIBS += -L$(FITSIO_LIB) -lcfitsio