summary: support ds[time,energy,dir,component] datasets in CDF files, consistent with ds[time,offset,component] --> support ds[t,en,dir,component] datasets in CDF files, consistent with ds[time,offset,component]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
summary: support ds[t,en,dir,component] datasets in CDF files, consistent with ds[time,offset,component] --> support ds[t,en,dir,component] datasets in CDF files, consistent with ds[t,toff,component]
status: open --> pending
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
summary: support ds[t,en,dir,component] datasets in CDF files, consistent with ds[t,toff,component] --> support ds[t,en,dir,component] datasets, allowing one component to be selected.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The scope of this ticket is expanding, but last night's dataset is similar to the original problem. For Rank3 Waveform Datasets, where waveXYZ[timebase,timeoffset,component] is found, a bunch of new code was needed where the child elements are added. This is implemented.
Note I'm concerned that Rank 3 Images, where image[column,row,RGBComponent] may be confused for this data, and this needs to be checked.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is done, where the components are displayed and if one of the components is selected, then a slice is performed before the data is returned.
I think there are issues with this. When I try to load
https://space.physics.uiowa.edu/tracers/msc/data/TS2/L2/2025/09/ts2_l2_msc_bac_20250901_v0.3.0.cdf?ts2_l2_bac_fac, it still slices out the X component and shows just it.
The scope of this ticket is expanding, but last night's dataset is similar to the original problem. For Rank3 Waveform Datasets, where waveXYZ[timebase,timeoffset,component] is found, a bunch of new code was needed where the child elements are added. This is implemented.
Note I'm concerned that Rank 3 Images, where image[column,row,RGBComponent] may be confused for this data, and this needs to be checked.