CFITSIO.jl
C-style interface to the libcfitsio library.
Install / Use
/learn @JuliaAstro/CFITSIO.jlREADME
CFITSIO.jl
C-style interface to CFITSIO functions
- Function names closely mirror the C interface (e.g.,
fits_open_file()). - Functions operate on
FITSFile, a thin wrapper forfitsfileC struct (FITSFilehas concept of "current HDU", as in CFITSIO). - Note that the wrapper functions do check the return status from CFITSIO and throw an error with the appropriate message.
For more information and usage examples, please visit the documentation.
