Source code repository for the backend component of CARTA, a new visualization tool designed for the ALMA, the VLA and the SKA pathfinders.
GNU General Public License v3.0
22
stars
11
forks
source link
Optimise reading of 2D slices from FITS files #965
Open
veggiesaurus opened 3 years ago
A quick implementation of the simplest way to read a 2D slice from a FITS image with cfitsio is shown below:
The approach above is quite a bit (50%) faster than
Frame::FillImageCache
, and it can be optimised further.