You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
ormotor 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
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
The text was updated successfully, but these errors were encountered: