issues
search
CARTAvis
/
fits2idia
C++ implementation of FITS to IDIA-HDF5 converter, optimised using OpenMP
GNU General Public License v3.0
2
stars
1
forks
source link
Confluence/fix output
#28
Closed
confluence
closed
4 years ago
confluence
commented
4 years ago
Fixes #24. This PR cleans up and reorganises the output:
The converter now prints nothing by default
The memory estimate is more accurate and is triggered by a runtime flag
Detailed debugging output can be enabled at compilation time
Timers are also enabled at compilation time
Some refactoring has been done to remove functions which should not be functions..
Fixes #24. This PR cleans up and reorganises the output: