-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly handle compressed fits files (#694)
* Fixed docstring typo * Added open_fits to image.main.py * Added open_fits to views.py * Added open_fits to pipeline.utils.get_rms_noise_image_values * Added open_fits to pipeline.new_sources.py * Added open_fits to forced_extraction * Fixed circular imports * Added pathlib import * Added memmap argument to open_fits * Added separate preload function * Fix typing imports * Add missing import * Move open_fits to image/utils * Updated open_fits imports * Added correct typing imports * Added fits import * Updated logging * PEP8 * Updated open_fits to correctly handle new compression methods * Better compimagehdu check * Remove unused imports * Correctly handle regular single-hdu fits files * Temporarily remove cache poetry install * Permanently remove poetry install cacheing - it only takes 20s * Updated docs to note that compressed fits files are supported * Updated changelog * Updated changelog
- Loading branch information
Showing
9 changed files
with
128 additions
and
55 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
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
Oops, something went wrong.