-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add image coalignment module #78
Conversation
…alignment function to the mapcube object
…ed data. This should be more efficient in memory.
…rror error in function that requires it.
…ht about by bad test
…t; also, added a new test function.
Ji image alignment
mapcube alignment is now a separate function
100% test coverage for coalignment code
calculate_match_template_shift & mapsequence_coalign_by_match_template
Make reference_pixel index from zero
Linting: isort and autoflake8
Ensure that SunpyDeprecationWarnings are raised as errors in the test suite
Enable sphinx nitpicky mode
Hello @wtbarnes! Thanks for updating this PR.
Comment last updated at 2022-03-10 20:03:54 UTC |
This PR adds a coalignment module originally in
sunpy/image/coalignment.py
. This addresses sunpy/sunpy#5425.I've done my best to include the commit history of the coalignment code from sunpy here. Even if we squash merge, we should still include the text of these commits.