Skip to content
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

NDCube Plot Enhancements #106

Merged
merged 18 commits into from
Apr 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
24569cf
Prep inputs of NDCube.plot and move creation of 2D image axes into 2D…
DanRyanIrish Mar 28, 2018
da43081
Reimplement NDCube 1D plot method to be aware of uncertainties, units…
DanRyanIrish Mar 29, 2018
78ed488
Reimplement NDCube 2D plot method to be aware of uncertainties, units…
DanRyanIrish Mar 29, 2018
9c9bed8
Merge branch 'master' of https://github.com/sunpy/ndcube into ndcube_…
DanRyanIrish Mar 29, 2018
33f388f
Fix bugs and tests for NDCubePlotMixin 1D and 2D plot/image cases.
DanRyanIrish Mar 29, 2018
581bf5f
Improvements to and test coverage increase for NDCube 1D plot case.
DanRyanIrish Mar 29, 2018
7ac0976
Allow NDCube.axis_world_coords to handle negative axis numbers.
DanRyanIrish Mar 29, 2018
8a2ebfd
Fix bugs and increase code coverage of NDCube 2D plot case as part of…
DanRyanIrish Mar 29, 2018
b93c5b3
Make NDCube 2D animations aware of masks and data units. Currently no…
DanRyanIrish Mar 29, 2018
f81e1c8
Rearranged NDCubePlotMixin.plot without changing functionality to mak…
DanRyanIrish Mar 30, 2018
6ce4c0f
Move derivation of axes coordinates in NDCube 2D plot case to separat…
DanRyanIrish Mar 30, 2018
1ba5b1a
Enable axes coordinates and units to be specified by user in NDCube 2…
DanRyanIrish Mar 30, 2018
a48106e
Add case to _derive_axes_coordinates() for when axis coordinates are …
DanRyanIrish Mar 30, 2018
97c1dc2
Merge branch 'master' of https://github.com/sunpy/ndcube into ndcube_…
DanRyanIrish Apr 3, 2018
2a90458
Merge branch 'master' of https://github.com/sunpy/ndcube into ndcube_…
DanRyanIrish Apr 7, 2018
0a7a81d
PEP8 changes.
DanRyanIrish Apr 8, 2018
e8559e1
Merge branch 'master' of https://github.com/sunpy/ndcube into ndcube_…
DanRyanIrish Apr 28, 2018
a73ec7f
Merge branch 'master' of https://github.com/sunpy/ndcube into ndcube_…
DanRyanIrish Apr 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ API Changes

Bug Fixes
---------
- Allowed `~ndcube.NDCubeBase.axis_world_coords` to accept negative
axis indices as arguments. [#106]
- Fixed bug in ``NDCube.crop_by_coords`` in case where real world
coordinate system was rotated relative to pixel grid. [#113].

Expand Down
Loading