JuliaAstro / FITSIO.jl

Flexible Image Transport System (FITS) file support for Julia
http://juliaastro.org/FITSIO.jl/
MIT License
55 stars 29 forks source link

Integration with FileIO #161

Closed karlwessel closed 2 years ago

karlwessel commented 3 years ago

Loading FITS files should be compatible with 'FileIO', according to its registry. However when calling

using FileIO
load("somefits.fits")

I get the error that load is not defined (for the FITSIO module). And indeed it does not seem to be defined anywhere does it?

It did make sure that FITSIO is installed of course.

Did support for FileIO get dropped at some point?

mileslucas commented 2 years ago

This integration is in AstroImages.jl. Give that a shot, if it's not working, please open up an issue over there and I can dig into it!