We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3 notebooks have outdated parameter values:
https://github.com/spacetelescope/notebooks/blob/master/notebooks/DrizzlePac/align_to_catalogs/align_to_catalogs.ipynb
driz_sep_bits,final_bits='64, 32' should be '64, 16'
https://github.com/spacetelescope/notebooks/blob/master/notebooks/DrizzlePac/sky_matching/sky_matching.ipynb
final_bits='64' should be '16'
https://github.com/spacetelescope/notebooks/blob/master/notebooks/DrizzlePac/optimize_image_sampling/optimize_image_sampling.ipynb
driz_sep_bits,final_bits='64,512' should be '16,512'
The text was updated successfully, but these errors were encountered:
See PR #127 for current progress
Sorry, something went wrong.
catherine-martlin
No branches or pull requests
3 notebooks have outdated parameter values:
https://github.com/spacetelescope/notebooks/blob/master/notebooks/DrizzlePac/align_to_catalogs/align_to_catalogs.ipynb
driz_sep_bits,final_bits='64, 32' should be '64, 16'
https://github.com/spacetelescope/notebooks/blob/master/notebooks/DrizzlePac/sky_matching/sky_matching.ipynb
final_bits='64' should be '16'
https://github.com/spacetelescope/notebooks/blob/master/notebooks/DrizzlePac/optimize_image_sampling/optimize_image_sampling.ipynb
driz_sep_bits,final_bits='64,512' should be '16,512'
The text was updated successfully, but these errors were encountered: