File Types

This page documents the file types that are used and/or generated by TXPipe. File types in TXPipe are all associated with a class that ceci uses to open, read, and write them. Some of the classes are generic, like HDFFile, and some are specific like ShearCatalog.

Ingested Catalog Files

TXPipe starts from galaxy catalogs and various bits of anciliary information. In most cases Ingestion stages generate these files from external data sets, such as GCRCatalogs, or generates mock data for them. Some are optional depending on the pipeline being run.

The catalog inputs are all in HDF5 format, and are:

The other inputs are:

  • Depending on the algorithms chosen, possibly photo-z training or prior-related information.

Intermediate Catalog Files

Various stages in TXPipe generate intermediate catalogs, which are used as inputs to later stages. They are all saved in HDF5 format.

Those associated with photo-z are described in the next section.

Photometric Redshift Files

Map Files

Various TXPipe stages generate maps of different kinds. They are stored in HDF5 files. An overview is here: Map Files, and individual map types are described here:

Collected File details