Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FITS format #146

Merged
merged 2 commits into from
Aug 2, 2017
Merged

Add FITS format #146

merged 2 commits into from
Aug 2, 2017

Conversation

giordano
Copy link
Member

See JuliaAstro/FITSIO.jl#18

The magic numbers are the long signature SIMPLE {2 spaces} = {20 spaces} T. At https://www.loc.gov/preservation/digital/formats/fdd/fdd000317.shtml#sign also a shorter signature is reported (SIMPLE), but this is non-standard.

FITS files are often compressed (e.g. with gzip, fzip), I'm not sure what to do with them. For instance, gzipped files have .fits.gz extension and the same magic numbers as .gzip files, would FileIO.jl be able to handle both generic gzipped files and .fits.gz files? However, I don't think this issue is important right now.

@SimonDanisch SimonDanisch merged commit bf7756c into JuliaIO:master Aug 2, 2017
@giordano giordano deleted the fits-format branch August 2, 2017 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants