SciFiReaders ============ SciFiReaders is a collection of `sidpy.Reader `_ python classes that extract data and metadata from scientific data files. The extracted information are returned as `sidpy.Dataset `_ objects which are standardized and exchangable data objects across all packages in the `pycroscopy ecosystem `_. * The information obtained from a ``Reader`` can be: * used easily as inputs for various data analysis in the `pycroscopy ecosystem `_. * written into standardized HDF5 files using functions in `pyNSID `_ and `pyUSID `_. * Please the currently `available list of readers <./available_readers.html>`_. This list will be updated continually. * Though the majority of the ``Readers`` in ``SciFiReaders`` are for microscopes, ``SciFiReaders`` is **not** exclusive or limited to any scientific domain. * The `package is organized `_ intuitively by scientific modalities. * We would be happy to work with you to incorporate your contributions into ``SciFiReaders``! * Please see our guide on `how to write your own Reader <./notebooks/00_developing_a_reader/developing_a_reader.html>`_ * If you already have code that can extract the data and parameters from the data file, it takes only a few lines of code to convert your code to a ``sidpy.Reader`` for ``SciFiReaders``.