variable_divergence_lpsd
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| variable_divergence_lpsd [2015/08/18 04:53] – created rowlesmr3 | variable_divergence_lpsd [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Variable divergence corrections with an LPSD ====== | ||
| + | |||
| + | Correction routine for the analysis of variable divergence data (constant illuminated length) when collected with a linear position sensitive detector. | ||
| + | |||
| + | Contributors: | ||
| + | |||
| + | <code topas> | ||
| + | 'macro for doing variable divergence (fixed illumination length) with the inbuilt lpsd convolution ' | ||
| + | ' Inputs required: illumination length (mm), and detector size (degrees) ' | ||
| + | ' Corrects for both peak shape and intensity. ' | ||
| + | |||
| + | 'use this macro if you just want to give the values: ' | ||
| + | macro Variable_Divergence_lpsd(lenv, | ||
| + | |||
| + | 'use this macro if you want to refine something: ' | ||
| + | macro Variable_Divergence_lpsd(lenc, | ||
| + | # | ||
| + | # | ||
| + | | ||
| + | | ||
| + | |||
| + | | ||
| + | lpsd_equitorial_divergence_degrees | ||
| + | lpsd_equitorial_sample_length_mm | ||
| + | | ||
| + | } | ||
| + | </ | ||