Skip to content
Snippets Groups Projects
Commit 5a82cbdc authored by Emanuele De Rubeis's avatar Emanuele De Rubeis
Browse files

Makefile with PARALLEL_FITS implementation

parent 99500eb4
No related branches found
No related tags found
1 merge request!3CFITSIO and parallel images writing implementation
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment