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

Add option to rotate one tile slice at a time. #17

Closed confluence closed 4 years ago

confluence commented 5 years ago

This is step 2 of tile / mipmap support. It should be controllable by a commandline argument, because it unnecessarily slows down conversion of small files.

confluence commented 4 years ago

Done in #20.