gem_instrumental_peakshape
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gem_instrumental_peakshape [2009/08/28 08:46] – clare | gem_instrumental_peakshape [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== gem_instrumental_peakshape ====== | ||
| + | |||
| + | Description: | ||
| + | |||
| + | Contributed by: John Evans | ||
| + | |||
| + | <code topas> | ||
| + | macro gem_instrumental_peakshape( ,prma0, ,prma1, ,prmb0, ,prmb1) | ||
| + | { | ||
| + | | ||
| + | exp_conv_const = prma0 + prma1 / D_spacing; | ||
| + | bring_2nd_peak_to_top | ||
| + | user_defined_convolution | ||
| + | = prmb0 Exp(- prmb1 X) / D_spacing^4; | ||
| + | min 0 | ||
| + | max = -Ln(0.001) / prmb1; | ||
| + | | ||
| + | peak_buffer_step 1 ' | ||
| + | |||
| + | } | ||
| + | |||
| + | </ | ||