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

Fits read descriptll #34

Closed rgiordan closed 9 years ago

rgiordan commented 9 years ago

Hi Kyle,

I hope you don't mind that I'm just making the pull request for the ccall part, it might be easier for you to organize the read() function in a way that suits everybody.

Ryan

kbarbary commented 9 years ago

@rgiordan I went ahead and built off this, moving the function to fits_read_descript. Thanks!

rgiordan commented 9 years ago

Cool, sorry about not finishing it off.

On Mon, May 18, 2015 at 11:23 PM, Kyle Barbary notifications@github.com wrote:

@rgiordan https://github.com/rgiordan I went ahead and built off this, moving the function to fits_read_descript. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/JuliaAstro/FITSIO.jl/pull/34#issuecomment-103357178.

kbarbary commented 9 years ago

No worries.