Data Type Classes ================= TXPipe stage input and output files are all represented by a class which defines their type and various other pieces of information. Generic data types, such as HDF and Text file types, are inherited from ceci. TXPipe defines more specific types, like :py:class:`~txpipe.data_types.types.ShearCatalog`. The available types are described below. .. automodule:: txpipe.data_types :members: :undoc-members: :show-inheritance: