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

ambiguity between join of rank 1 datasets, rank 2 table dataset, and waveform dataset #95

Open
jbfaden opened this issue Jan 19, 2024 · 0 comments

Comments

@jbfaden
Copy link
Member

jbfaden commented Jan 19, 2024

I find that Autoplot is getting confused when a rank 2 join of rank 1 datasets is loaded, where I was intending for it to plot this as a spectrogram. I realize now that a rank 2 waveform dataset has almost the same appearance as well. I was hoping I could add a switch to Autoplot's aggregation code and have it load each rank 1 slice into a table for plotting.

Rank 2 join of rank 1 datasets

A "join" dimension is just the "array of" operation. Clients should do what they do with each rank 1 dataset, but for all datasets. A Join dataset should have a "JOIN_0" property.

Rank 2 table

A rank 2 table is a table with DEPEND_0 and DEPEND_1. In this case, there is no DEPEND_1, and I was hoping there would be an implicit DEPEND_1.

Rank 2 waveform

A rank 2 waveform is just a special case of Rank 2 table, where offsets for DEPEND_1 are added to DEPEND_0 to locate any point in the units of DEPEND_0. Note this means there can be no rank 2 table where the units of DEPEND_1 are offsets of the units of DEPEND_0. (e.g. seconds and us2000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant