Update for new Visibilities object and some tidy#124
Conversation
samaloney
commented
Jun 2, 2024
- Upate internal code for new vis object
- Update imaging demo to use new vis object feature (slice, meta)
- Small tidy ups
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
==========================================
- Coverage 72.57% 72.30% -0.28%
==========================================
Files 31 31
Lines 1856 1892 +36
==========================================
+ Hits 1347 1368 +21
- Misses 509 524 +15 ☔ View full report in Codecov by Sentry. |
| rotation_angle=90 * u.deg + roll, | ||
| ) | ||
|
|
||
| clean_map = Map((clean_map.data, header)) |
There was a problem hiding this comment.
Why is the map created outside of clean? Is it possible to make it inside as for the other methods?
There was a problem hiding this comment.
Currently vis_clean makes a map assuming helioprojective which in this case is not correct.
There was a problem hiding this comment.
Essentially once TCDSolar/xrayvision/issues/56 is done issue is resolved this won't be necessary