STAT Data Access Library

The data files produced by SKA PST STAT are HDF5 files but as structured in a way that is not easily used by a person that is unfamilar with the file format. The SKA PST STAT project provides a Python library ska_pst.stat that can be used in a Jupyter notebook and exposes the data with easy to use properties.

ska_pst.stat

This module for any Python related code for STAT.

ska_pst.stat.hdf5

This module is used for handling a HDF5 STAT file.

ska_pst.stat.utility

This module for utility class to generate Gaussian random data.