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

support datasets with different shapes #33

Open
BinYangOptics opened this issue May 27, 2021 · 1 comment
Open

support datasets with different shapes #33

BinYangOptics opened this issue May 27, 2021 · 1 comment
Assignees

Comments

@BinYangOptics
Copy link
Contributor

Currently, dexp commands such as stablize and copy only takes datasets with the same exact shape (except for time dimension).
It would be nice to support datasets with different shapes.

@BinYangOptics BinYangOptics changed the title concatenate datasets with different shapes support datasets with different shapes May 27, 2021
@JoOkuma JoOkuma self-assigned this May 31, 2021
@JoOkuma
Copy link
Member

JoOkuma commented May 31, 2021

The dataset supports different shapes because it indexed by the channel, but the command-line interface currently is limited to a single slicing, which could lead to issues when the data have different shapes.

If the CLI supported multiple slices and somehow mapped into their respective channel before processing, would it solve your problem?

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

2 participants