Skip to content

Support (some) Extensions

Latest
Compare
Choose a tag to compare
@krakrjak krakrjak released this 08 Sep 00:42
· 14 commits to main since this release

Thanks @seanhess!

➖ parser-combinators, we just don't use it at this time. It may come back in the future if needed.
➕ microlens, and microlens-th
🚀 Support for more than 1 HDU
🚀 BinTable and other Extension(s) Supported
🧪 First Unit Tests for the library
✨ microlenses for HeaderDataUnit, Dimensions, and Header record types -- unifies accessors/setter patterns
♻️ Axes is just now a type Synonym for [Int] as it always should have been.

This release adds in the great work of @seanhess to be able to parse FITS files with more than one HDU along with adding support for Image and BinTable extensions to work with new and exciting fits files. See the (every growing, please submit some) fits_files new fits files for details. @seanhess also added a test harness for unit testing with Tasty. It's a nice place to start after all this time with only a CLI for rudimentary testing.