https://github.com/juliaastro/cfitsio.jl
C-style interface to the libcfitsio library.
https://github.com/juliaastro/cfitsio.jl
cfitsio fits
Last synced: 19 days ago
JSON representation
C-style interface to the libcfitsio library.
- Host: GitHub
- URL: https://github.com/juliaastro/cfitsio.jl
- Owner: JuliaAstro
- License: mit
- Created: 2020-06-05T00:43:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T15:29:19.000Z (25 days ago)
- Last Synced: 2025-06-13T03:03:30.147Z (19 days ago)
- Topics: cfitsio, fits
- Language: Julia
- Homepage: http://juliaastro.org/CFITSIO
- Size: 1010 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CFITSIO.jl
[](https://JuliaAstro.org/CFITSIO/stable)
[](https://JuliaAstro.org/CFITSIO.jl/dev)[](https://github.com/JuliaAstro/CFITSIO.jl/actions/workflows/ci.yml)
[](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
[](https://codecov.io/gh/JuliaAstro/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 for `fitsfile` C struct
(`FITSFile` has 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](https://JuliaAstro.github.io/CFITSIO.jl/dev).