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

3rd axis of dataset can be included in mipmap calculation #53

Closed CosmicElysium closed 5 months ago

CosmicElysium commented 1 year ago

closes #51

This adds the -z option to fits2idia that will include the 3rd axis (if available) of the fits dataset in the calculation of mipmaps. This is only implemented for the

The convertertest.py testing script was also updated with the -z option to allow testing of the converter's new ability.

Also added error message if -z and -s are both used as -z can only be used in "fast mode" currently.

confluence commented 5 months ago

This needs a merge conflict resolution; I will handle it before merging (it's caused by the small bugfix in dev).