This repo uses RawFileReader to read mass spectrometry data and convert it into the NeXus format.
Nexus is a general metadata structure, and so can host any data shape. For the RFI we will be storing our data as one large 4 dimensional block. So far the four dimensions are layers, image-width, image-height, and spectrum. For the thermo raw data, there will only be one layer.