Creating a ReaderΒΆ
Thw following notebook illustrates the complete end-to-end process for developing a Reader for SciFiReaders. It walks the reader through:
exploring the nature of the proprietary data file
extracting metadata (parameters)
extracting axes, and the raw data
incorporating these information into a
sidpy.Datasetobjectthe construction of a
Readerclass using the code from the above steps