SkillAgentSearch skills...

CFITSIO.jl

C-style interface to the libcfitsio library.

Install / Use

/learn @JuliaAstro/CFITSIO.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CFITSIO.jl

Stable Dev

CI PkgEval Coverage

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.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated6d ago
Forks7

Languages

Julia

Security Score

95/100

Audited on Mar 30, 2026

No findings