glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

Volume data display error with the fourth 'STOKES' dimension #44

Open PennyQ opened 8 years ago

PennyQ commented 8 years ago

If the data cube is with a fourth dimension as STOKES then the 3d-volume-viewer will prompt a error as Volume visual needs a 3D image. Is there any smart 'data_loading' scheme in Glue for this problem?

astrofrog commented 8 years ago

Yes - open the data from glue and select 'CASA PPV cube' - this needs to be renamed, but will basically split the 4D cube into 4 3D cubes (each will be a component in the dataset)

astrofrog commented 8 years ago

Will be solved by https://github.com/glue-viz/glue/issues/924