Skip to content
Snippets Groups Projects

CFITSIO and parallel images writing implementation

Merged Emanuele De Rubeis requested to merge test_derubeis into main
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -36,8 +36,8 @@ OPT += -DWRITE_IMAGE
OPT += -DPHASE_ON
# Support CFITSIO
OPT += -DFITSIO
# Perform true parallel fits writing
OPT += -DPARALLELIO
# Perform true parallel images writing
#OPT += -DPARALLELIO
ifeq (FITSIO,$(findstring FITSIO,$(OPT)))
LIBS += -L$(FITSIO_LIB) -lcfitsio
Loading