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] Extract dataset of 3 types (Background, Sample and Direct-beam) #10

Open
YooSunYoung opened this issue May 8, 2024 · 2 comments

Comments

@YooSunYoung
Copy link
Member

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) 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.

Which interfaces are required?

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

Test cases

TODO

Comments

No response

@soerenschmidts
Copy link
Collaborator

Shared with @YooSunYoung the notebook and hdf5 file for white beam label assignment at YMIR and ODIN

@YooSunYoung
Copy link
Member Author

YooSunYoung commented Jun 14, 2024

Also, within the sample image, we need to bin the images with rotation_angle timestamps.

In general we need to bin the data by timestamps and somehow map each bin to a certain setting.

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