Functions for converting cumulative kernel tables to stored table format. More...
Functions | |
| convertCumulativeKernel (inFilePaths, outFilePaths) | |
| This function converts a cumulative kernel table generated by the voxelise code (see Baes et al. | |
Functions for converting cumulative kernel tables to stored table format.
The function in this module can convert the cumulative kernel tables generated by the voxelise code (see Baes et al. 2026 in prep) from FITS format to stored table format.
| pts.storedtable.convert_kernel.convertCumulativeKernel | ( | inFilePaths, | |
| outFilePaths ) |
This function converts a cumulative kernel table generated by the voxelise code (see Baes et al.
2026 in prep) from FITS format to stored table format. It expects a single input file path pointing to the FITS file and a single output file path for the corresponding stab file.
The stored table output file contains a three-dimensional table with X,Y,Z axes in range [0..1]. Both the axis values and tthe tabulated quantity values are dimensionless.