-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace "pixel dims" for "array dims" in dataset repr, because that's what it actually shows * Add a little more info to dataset repr * Use pretty correlation matrix instead of plain one * Tweak some output a little * Flip the ordering of world array indices to be correct * Improvements to pretty correlation matrix output * Include dataset ID * Add changelog * Slight generalisation to make the tests pass and hopefully catch any weird data * Slight tweaks * Minor tweaks * Tweaks to make doc tests pass (mostly) * Nope that still needed to be a remote test * Calculate correct number of files for TiledDatasets * Slicing TiledDatasets fives back a different kind of WCS * This needs to be REMOTE_DATA'd as well * Correct/obfuscate sample data path in dataset repr test * Don't need to run doctests on old releases * Fine I'll just skip all of them if you're going to be like that, doctest * Update dkist/dataset/loader.py * Some reworking for tiled / not tiled englishing * Tweak repr again and update loader docstring --------- Co-authored-by: Stuart Mumford <[email protected]>
- Loading branch information
Showing
4 changed files
with
111 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Update Dataset representation for better readability. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters