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

Loading a subregion of a cube #307

Open
CosmicElysium opened this issue Apr 18, 2023 · 1 comment · May be fixed by #320
Open

Loading a subregion of a cube #307

CosmicElysium opened this issue Apr 18, 2023 · 1 comment · May be fixed by #320
Assignees
Labels
enhancement New feature or request GUI Unity GUI work required short-term A feature to be added in the next major release
Milestone

Comments

@CosmicElysium
Copy link
Collaborator

Currently loading a fits cube loads the full cube. With large cubes, this can be inefficient when the user only wants to look at sub-regions. It should therefore be possible to load only a subregion from the file selection tab of the desktop gui.

An early implementation can just be having x1,x2,y1,y2,z1,z2 parameters in the file selection tab with a tick box to indicate the subcube loading is desired. It would be good to have these parameters in the desktop gui update whenever a region is cropped by the user.

Later we should be able to deal with WCS versions of these parameters.

@CosmicElysium CosmicElysium added the enhancement New feature or request label Apr 18, 2023
@lmarIT
Copy link
Collaborator

lmarIT commented Jul 4, 2023

#248 Have a look to this while fixing this issue.

@Pietersielie Pietersielie added the GUI Unity GUI work required label Jul 10, 2023
@Pietersielie Pietersielie added this to the Version 1.0 milestone Jul 10, 2023
@Pietersielie Pietersielie linked a pull request Aug 29, 2023 that will close this issue
@Pietersielie Pietersielie modified the milestones: Version 1.0, V1.5 May 20, 2024
@Pietersielie Pietersielie added the short-term A feature to be added in the next major release label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GUI Unity GUI work required short-term A feature to be added in the next major release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants