From ae28dcfb58ee93f5ea7abd31b348b599d1bea8d4 Mon Sep 17 00:00:00 2001 From: Brian Ben Maranville Date: Wed, 9 Feb 2022 10:28:17 -0500 Subject: [PATCH] tentative first draft of resolution specifiers --- specification.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification.md b/specification.md index 1a4c836..70eda86 100644 --- a/specification.md +++ b/specification.md @@ -236,11 +236,23 @@ and so on for `pressure`, `surface_pressure`, `pH`, .... # value: # min: # max: +# incident_angle_resolution: +# unit: +# shape: * gaussian | trapezoid (covers triangle and rectangle as well) +# value: * if given as columns, should be named 'incident_angle_resolution_1'... +# - width_1 * 1-sigma for gaussian, central width for trapezoid +# - width_2 * (optional): truncation full-width for gaussian, outer width for trapezoid # wavelength: # unit: # value: # min: # max: +# wavelength_resolution: +# unit: +# shape: * gaussian | trapezoid (covers triangle and rectangle as well) +# value: * if given as columns, should be named 'wavelength_resolution_1'... +# - width_1 * 1-sigma for gaussian, central width for trapezoid +# - width_2 * truncation full-width for gaussian (optional), outer width for trapezoid # polarization: for neutrons one of unpolarized / p / m / pp / pm / mp / mm / vector for x-rays one of ...