reflectometry / refl1d

1-D reflectometry fitting
https://refl1d.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
18 stars 24 forks source link

Convert units of input columns for ORSO loader #226

Open bmaranville opened 1 week ago

bmaranville commented 1 week ago

Currently, the columns (and other metadata) is loaded from ORSO files without looking at the units, but some instruments are storing e.g. Qz in inverse nm instead of inverse Angstroms.

Need to read the units metadata and do appropriate conversions on reading ORSO files.

andyfaff commented 1 week ago

It was relatively painless for refnx, https://github.com/refnx/refnx/pull/787