Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...

Expand Down