-
-
Notifications
You must be signed in to change notification settings - Fork 89
WIP lots of fixes for ImageFileCollection #680
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
Conversation
Fixes astropy#679 by removing the ability to initialize from a table.
Fixes astropy#374 and Fixes astropy#661 Main change is how we handle a location of None.
Fixes astropy#662 (though to be honest I was not able to reproduce it)
instead of just extensions. Fixes astropy#620
Fixes astropy#607 even though this code was not what did the fix. This does add a check for the issue.
Fixes astropy#601 even though this code only adds a test
| ext: str or int, optional | ||
| The extension from which the header and data will be read in all files. | ||
| Default is ``0``. | ||
| ext: str or int, optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: since there is a default value, is it really optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is optional in the sense that you do not need to include it in the initializer because the default value will work well for most cases.
This PR still has a few commits incoming to close a couple more issues, but we'll see if the tests run.