-
Notifications
You must be signed in to change notification settings - Fork 124
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
Algorithm required for calculating transmission of the analyser #36383
Labels
ISIS Team: LSS
Issue and pull requests managed by the LSS subteam at ISIS
SANS
Issues and pull requests related to SANS
Milestone
Comments
rbauststfc
added
SANS
Issues and pull requests related to SANS
ISIS Team: LSS
Issue and pull requests managed by the LSS subteam at ISIS
labels
Nov 8, 2023
This was referenced Nov 8, 2023
cailafinn
moved this from To Do MVP
to Gathering Requirements
in ISIS Polarised SANS Reduction
Jan 23, 2024
cailafinn
moved this from Gathering Requirements
to Ready for Development
in ISIS Polarised SANS Reduction
Feb 13, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 14, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 14, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 15, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 15, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 15, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 15, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 15, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 15, 2024
cailafinn
moved this from Ready for Development
to In Progress
in ISIS Polarised SANS Reduction
Feb 20, 2024
The analyser they installed this afternoon had a length of 5 cm and a pressure of 850 mBar, could be useful for benchmarking p*d results. |
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 21, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 21, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 21, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Feb 21, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 5, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 6, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 6, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 6, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 6, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 7, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 8, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 12, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 12, 2024
We just want to keep consistency with the other algorithms in mantid if we can. RE mantidproject#36383
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 12, 2024
Ensure that we're checking monitors, as that's the only expected input. RE mantidproject#36383
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 13, 2024
Ensure that we're checking monitors, as that's the only expected input. RE mantidproject#36383
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 13, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 13, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 13, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 14, 2024
Ensure that we're checking monitors, as that's the only expected input. RE mantidproject#36383
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 14, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 14, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 14, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 26, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Mar 26, 2024
This doesn't work for LARMOR, which uses a summed & masked section of the main detector to take the place of the post-sample monitor it doesn't have. Therefore it's not going to have a monitor spectrum. RE mantidproject#36383
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Apr 2, 2024
cailafinn
added a commit
to cailafinn/mantid
that referenced
this issue
Apr 2, 2024
github-project-automation
bot
moved this from In Review
to Done
in ISIS Polarised SANS Reduction
Apr 4, 2024
cailafinn
moved this from In Developer Review
to Scientist Review
in ISIS Polarised SANS Reduction
Apr 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ISIS Team: LSS
Issue and pull requests managed by the LSS subteam at ISIS
SANS
Issues and pull requests related to SANS
An algorithm is required to calculate the depolarised transmission of the helium gas in the analyser. The algorithm will take two calibration runs (with four periods each) and use these to calculate the opacity as a function of wavelength. The output of this algorithm is intended to be passed to #36140 for calculating the polarised efficiency of the analyser.
The algorithm will make use of relevant hyperbolic functions that will be created under #36137.
This is required for the Polarised SANS reduction at ISIS.
Context:
SPIN_FLIPPER
sample log and the Intensity, as there is no way to store the polarisation direction of the analyser. Cross polarisation (+-, -+) will result in a strong drop in intensity (beyond a certain wavelength (~3.5 Angstroms)).Monitor setup
|P| |F| 3 |Sam| 6 |He3| 4 5|Det|
Calculation:
Current Script:
New Implementation:
dep
” workspace by the “MT
” workspace.pHe = 0
thereforeT(λ) = T_E(λ) * exp(-μ)
.T_E
andp * d
whereμ = 0.0733 * p * d * λ
.0.0733
is a factor to allow the conversion between wavelength (λ) and the absorption cross-section.Technical Decisions to Make
Workflow Steps
dep
(depolarised)mt
(empty cell)Formula=T_E * exp(-0.0733 * pxd * x
) (As the workspace x values are wavelength (λ))te=0.9
pxd=12.6
p * d
(pxd
),T_E
(transmission of empty cell)The text was updated successfully, but these errors were encountered: