-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Tabular-fits reader/writer fix (#1113)
* stand alone old tabular fits tests * modified tests to desired header behavior * write header to HDU0 * test header data roundtrips in hdu0 * put tests back in big file for easier comparison * restore old legacy tests. * codestyle fix * modify the reader to get the header from HDU0 * tests pass now, removed print statements. * specify format while reading file * Debugging compressed tabular fits * Remove format spec in read in test * Fix rebase * Remove commented prints, restore NAXIS check * Update changelog * Fix comment * Update CHANGES.rst * Add option to store data header instead * Move header storage inside open file context * Update CHANGES.rst Co-authored-by: Derek Homeier <709020+dhomeier@users.noreply.github.com> * Add `store_data_header` option to tabular-fits writer * Fix `store_data_header` tests and add roundtrip --------- Co-authored-by: Simon Torres <simon.torres@noirlab.edu> Co-authored-by: Ricky O'Steen <rosteen@stsci.edu> Co-authored-by: Ricky O'Steen <39831871+rosteen@users.noreply.github.com> Co-authored-by: Derek Homeier <709020+dhomeier@users.noreply.github.com> Co-authored-by: Derek Homeier <dhomeier@users.noreply.github.com>
- Loading branch information
1 parent
d16d91a
commit a6fd06f
Showing
3 changed files
with
93 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters