-
Notifications
You must be signed in to change notification settings - Fork 1
Add basic TBL workflow for reading and transforming data to tof/wavelength #74
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
Conversation
| ```{button-ref} user-guide/odin/odin_simulation | ||
| :class: stretched-link | ||
| ODIN McStas Simulation - Timepix Simulation with Choppers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have TBL card as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for now, I have a plan to restructure all the docs, with cards for instruments etc...
Co-authored-by: Sunyoung Yoo <luysunyoung9@gmail.com>
| "\n", | ||
| "for bank in ('he3_detector_bank0', 'he3_detector_bank1'):\n", | ||
| " he3_wf[NeXusDetectorName] = bank\n", | ||
| " he3_tofs[bank] = he3_wf.compute(TofData[SampleRun]).bins.concat().hist(tof=200)\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Minor)
Should we decrease tof bin edges since it's just on a small dataset for documentation...?
It'll look prettier : D...
We add basic TBL workflow for reading and transforming data to tof/wavelength.
We also structured the docs into subfolders for odin, ymir and tbl.