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

New function bindings for opening/deleting files and for moving through the HDUs of a file #1

Closed ziotom78 closed 10 years ago

ziotom78 commented 10 years ago

I have implemented new bindings for the following functions: fits_delete_file, fits_open_table, fits_open_image, fits_open_data, fits_file_name, fits_movabs_hdu, fits_movrel_hdu, and fits_get_num_hdus.

I have updated the documentation accordingly.

Cheers, Maurizio.

nolta commented 10 years ago

Thanks!