-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark/1178 supports loading swapped-axes image cubes (#1194)
* Do not fix the render axes to direction axes * Modify the changelog * Add axes numbers for Ra, Dec, Spectral and Stokes in the file info * Add axes numbers in the file info extended message * A minor code change * Fix the problem of showing PV image coordinates for swapped axes cubes * Identify key words GLON or GLAT as direction axes * Remove unused codes * Modify the protobuf message AxesNumbers * Change axis indices from 0-based to 1-based in the axes_numbers message * Minor code changes and refactoring * Fix an unit test error for the file info * Revert coordinate settings in PV generator * Refactor codes * Update the protobuf submodule * Minor code changes * Fix the problem of loading image file if it has both linear and direction coordinates * Fix the error of showing direction axes range names in the file info for swapped images * Modify file info on the file browser for swapped image cubes * Fix the problem of showing direction axis names for compressed images * Update the protobuf with the new dev branch * Change the name of linear axis for a PV image as OFFSET * Fix the name of non-direction axis for axis number is 0 or 1 * Remove the function GetRenderAxes from the FileLoader * Fix the problem of axis names displayed on the file info panel * Fix the problem of an image without direction axes info for AST rendering * Update the protobuf submodule with the new dev branch * Update the protobuf and modify the changelog and the index * Get axes names through the image loader or the header entries * Correct the definition of number of channels is spectral axis size * Skip the stokes axis when rendering an image * Get axis names from header entries that shown on the file info panel * Modify the file info tester * Represent the longitudinal coordinate value in the rangge [0, 360] deg * Correct the syntax to initialize values for axis names * Fix the reversed PV generation when getting with fixed angular region profiles * Rename variables for directional axes as spatial axes * Update the protobuf messages for spatial axes * Fix the reference Dec value shown on the file info panel * Minor code changes * bumped protobuf commit --------- Co-authored-by: Adrianna Pińska <[email protected]>
- Loading branch information
1 parent
46b4c00
commit 08832e1
Showing
10 changed files
with
171 additions
and
139 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
Submodule carta-protobuf
updated
4 files
+3 −0 | docs/src/changelog.rst.txt | |
+45 −0 | docs/src/defs.rst.txt | |
+2 −2 | docs/src/index.rst | |
+15 −0 | shared/defs.proto |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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