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
We need to separate the dataset in one file into 3 types.
Context and background knowledge
In the experiments of ODIN instrument, the scientists will measure the noise(background), direct-beam (neutron without sample) and sample in a row, at once.
It means all three types of measurement will fall into one file.
We have to split the dataset and also filter-out the transition phase.
(For example, the motor will move the sample into the position and we'll want to discard the measurement where sample is moving.)
Inputs
Nexus file from file-writer.
Methodology
It will have an indicator of measurement type somewhere in a file.
Outputs
The three types of measurement dataset that can be fed into a relevant data-reduction workflow.
Executive summary
We need to separate the dataset in one file into 3 types.
Context and background knowledge
In the experiments of ODIN instrument, the scientists will measure the
noise
(background),direct-beam
(neutron without sample) andsample
in a row, at once.It means all three types of measurement will fall into one file.
We have to split the dataset and also filter-out the transition phase.
(For example, the motor will move the sample into the position and we'll want to discard the measurement where sample is moving.)
Inputs
Nexus file from file-writer.
Methodology
It will have an indicator of measurement type somewhere in a file.
Outputs
The three types of measurement dataset that can be fed into a relevant data-reduction workflow.
Which interfaces are required?
Integrated into reduction workflow, Python module / function, Python script, Jupyter notebook
Test cases
TODO
Comments
No response
The text was updated successfully, but these errors were encountered: