Commit 781df33
New Coalignment API (#293)
* a better approach to dev
* added decorator and incorporated suggestions
* updated the docstring
* added tests for majority of all funcs
* adds how to guide
few fixes in refs
fixing the refs
* temporary de-referencing funcs and methods
* fix doc tree
* added refs again
importing funcs
testing import
i think final
final nail
explicit imports
* Apply suggestions from code review
Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
* code review and fixing minor mistakes
* changed doc to ref
* Update ref
Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
* better linking
lint
* updated the api, now returns the map with updated metadata
* updated the how_to_guide
* docstring fix
* first try at replacing old coalign
* removing old coalignment completely, refs fixed, old example removed
* fix the issue of method not being registered
* fix the pixel pair issue
* Apply suggestions from code review & testing bot
Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
* fix the order of the reference and target maps
* calm down pre-commit
* fixed the method & added examples and tests
* adding the eis file
* Apply suggestions from code review
Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
* made changes based on suggestions
* pre-commit
* Update docs/how_to_guide/using_the_coalignment_interface.rst
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* rename all please
* renamed coalignment to coalign, made example plot better, removed namedtuple and decorators from higher level initialization
* here too
* minor fix
* marked remote test
* testing by including the source
* fixed the rst
* updated the handling of cdelt values
* fixed the plot bloc
* added the figure test case1/2 and clean up
* fixed the warning list
* fix refs and clean
* adding fixture
* trying to suppress warnings
* major changes; confirm affine, fixed test case, removed a guide
* added a note
* slightly changed the map observation and fig hash
* fixed refs
* trying to fix fig hash
* fixed online test, added few more tests, updated coalignment.rst
* trying automodule
* docstring fix
* fix the online fail by suppressing Astropy Warning
* one last try
* might need a better way
* for 6.1.2
no comments
* final try
silly terminal
* added the comprehensive changelog
* fixed the changelog
* Apply suggestions from code review
Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* fix the test fails and internalized funcs
* added the url for eis raster
* forgot
* clean up old raster and few lint fixes
* added a check for astropy version
* Nabil review
* Apply suggestions from code review
Co-authored-by: Albert Y. Shih <ayshih@gmail.com>
* Addressed comments from Albert
* fix import
* Added second method
* doc
* bugfix
* in-progress refactor of order of args
* don't allow rotations or scaling for now
* actually fetch image
* fix example
* update figure hashes
* adjust imports
* Tweaks to logging
* Tweaks from Nabil
* Overhaul of where stuff lives to get dict to store stuff in docs
* Minor move around whitespace
* improve the figure test
* Redid some tests and added plate scale warning
* Full disc tests
* Update examples/aligning_aia_with_eis_maps.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/tests/test_match_template.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/tests/test_match_template.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* Update sunkit_image/coalignment/interface.py
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
* precommit
* Fix tests and improve pad_input handling
* Fixed scale check
* correct changelog PR
* extra figure and minor edits to gallery example
* minor reorganizaiton of coalignment API docs
* reorganize how-to guide
* docstring cleanup
* tighten up test tolerance
* Apply suggestions from code review
Co-authored-by: Stuart Mumford <stuart@cadair.com>
* [Fix] Emdashes are important for writing english -- vital even
* Update figure env
* Fix formatting
* Rename section to Sunspot Tracking And Recognition
---------
Co-authored-by: Jayraj Dulange <117574289+Deus1704@users.noreply.github.com>
Co-authored-by: Deus1704 <jayraj.jayraj@iitgn.ac.in>
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
Co-authored-by: Albert Y. Shih <ayshih@gmail.com>
Co-authored-by: Stuart Mumford <stuart@cadair.com>1 parent 7d4bd93 commit 781df33
48 files changed
Lines changed: 989 additions & 1064 deletions
File tree
- .circleci
- changelog
- docs
- code_ref
- how_to_guide
- examples
- sunkit_image
- _dev
- coalignment
- tests
- tests
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
0 commit comments