Skip to content

JuliaAstro/CFITSIO.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFITSIO.jl

Build Status PkgEval Coverage

Stable Dev

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.

About

C-style interface to the libcfitsio library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

Languages