aotpy.io package
Subpackages
Submodules
aotpy.io.base module
This module contains base classes for defining writers and readers in aotpy.
- class aotpy.io.base.SystemReader(filename: str | PathLike, **kwargs)[source]
Bases:
ABCAbstract class for system readers.
Readers are able to create an AOSystem based on a file of a certain format.
- Parameters:
filename – Path to file to be read into an AOSystem.
**kwargs – Keyword arguments passed on as options to the file handling function.
Module contents
This subpackage contains modules and packages for handling AOT files using data storage formats supported by aotpy. Currently only FITS is supported.