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.Dataset
objectthe construction of a
Reader
class using the code from the above steps