-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support loading swapped-axes image cubes (eg RA-Channel-Dec) (backend) #1178
Comments
@kswang1029 Do we have the sample file of the rotating cube to do the test? |
@kswang1029 Is it OK to load a swapped-axes cube and render it as |
The main goal is to let the backend load a cube with the axes in any order and let the frontend render the first two axes as x and y and being able to animate in z. |
done via #1194 |
I'm reopening this issue because of the errors and crashes caused by hardcoded axes that we found during refactoring. Some of these will be fixed in #1389, but there is outstanding work to be done in the region code (which should be done in a separate PR once some of the refactoring which will make it easier has been merged). |
Note: region analytics was descoped at the time. The main focus was simple raster view in the image viewer. |
user feedback from v3 beta test
This is to support rotated cubes such as RA-Channel-Dec.
The backend needs to be able to recognize such cubes and generate proper file info.
The companion frontend issue is CARTAvis/carta-frontend#1953
The text was updated successfully, but these errors were encountered: