wojdyr / xylib

library for reading files with x-y data from powder diffraction, spectroscopy, or other experimental methods
GNU Lesser General Public License v2.1
61 stars 18 forks source link

Add initial support for Bruker RAW4.00 files #23

Closed tmcqueen-materials closed 2 years ago

tmcqueen-materials commented 2 years ago

This PR adds initial support for the Bruker RAW4.00 format. It currently only supports Locked Coupled scans (eg. Theta-2Theta). The format shares history with earlier versions, but supports variable length segments to encode substantially richer metadata. Expanded support of other scan types can come with a future PR if there is demand.

wojdyr commented 2 years ago

Thanks!