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

[Requirement] [File-Handling] Splitting a single file into multiple measurement modes. #35

Open
2 tasks
YooSunYoung opened this issue Jul 17, 2024 · 0 comments

Comments

@YooSunYoung
Copy link
Member

Executive summary

Split a file into multiple measurement modes.

Context and background knowledge

Normally we use different files for different measurement modes.
However, ODIN decided to save all the different measurement into one single file instead.

Inputs

A single file containing multiple measurement modes.

Methodology

Find an indicator of the measurement and split the file based on the indicator.
It can be sample environment or motor angle or others.
It should be able to select an indicator easily.
We might need a helper that can create a dictionary(map) of the separating criteria.

Outputs

  • A map of the event datasets of each measurement mode.
  • Separate files that contain each measurement mode.

Which interfaces are required?

Integrated into reduction workflow, Python module / function, Python script, Jupyter notebook

Test cases

Currently we don't have a good example.

Comments

No response

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