LSST Applications g07dc498a13+cb17356775,g1409bbee79+cb17356775,g1a7e361dbc+cb17356775,g1fd858c14a+d1a2a640a9,g33399d78f5+fe6948661d,g35bb328faa+e55fef2c71,g3bd4b5ce2c+cac9e18807,g3c79e8cd92+2359a18b76,g43bc871e57+a58ba40925,g53246c7159+e55fef2c71,g60b5630c4e+8133a3545f,g78460c75b0+8427c4cc8f,g78619a8342+55305cb8f0,g786e29fd12+307f82e6af,g8534526c7b+8e1c6b434f,g89139ef638+cb17356775,g8b49a6ea8e+8133a3545f,g8ffcb69f3d+818ab6c36e,g9125e01d80+e55fef2c71,g97b8272a79+98425f45f6,g989de1cb63+cb17356775,g9f33ca652e+4245ceb508,gaaedd4e678+cb17356775,gabe3b4be73+9c0c3c7524,gb1101e3267+3e5ef1d639,gb58c049af0+28045f66fd,gc1fe0db326+8133a3545f,gca43fec769+e55fef2c71,gcf25f946ba+fe6948661d,gd397e13551+64039f84ea,gd6cbbdb0b4+f6e5445f66,gde0f65d7ad+7eb368c542,ge278dab8ac+b4c2c8faf7,geab183fbe5+8133a3545f,gecb8035dfe+1f480bec5e,gefa07fa684+e7bc33f3ea,gf58bf46354+e55fef2c71,gfe7187db8c+e55afb4430,w.2025.03
LSST Data Management Base Package
|
Namespaces | |
namespace | python |
Classes | |
struct | ArchiveIndexSchema |
Schema for the index catalog that specifies where objects are stored in the data catalogs. More... | |
class | CatalogVector |
A vector of catalogs used by Persistable. More... | |
class | FitsColumnReader |
Polymorphic reader interface used to read different kinds of objects from one or more FITS binary table columns. More... | |
class | FitsReader |
A utility class for reading FITS binary tables. More... | |
class | FitsSchemaInputMapper |
A class that describes a mapping from a FITS binary table to an afw::table Schema. More... | |
struct | FitsSchemaItem |
A structure that describes a field as a collection of related strings read from the FITS header. More... | |
class | FitsWriter |
Writer object for FITS binary tables. More... | |
class | InputArchive |
A multi-catalog archive object used to load table::io::Persistable objects. More... | |
class | MalformedArchiveError |
An exception thrown when an InputArchive's contents do not make sense. More... | |
class | OutputArchive |
A multi-catalog archive object used to save table::io::Persistable objects. More... | |
class | OutputArchiveHandle |
An object passed to Persistable::write to allow it to persist itself. More... | |
class | Persistable |
A base class for objects that can be persisted via afw::table::io Archive classes. More... | |
class | PersistableFacade |
A CRTP facade class for subclasses of Persistable. More... | |
class | PersistableFactory |
A base class for factory classes used to reconstruct objects from records. More... | |
class | PersistenceError |
An exception thrown when problems occur during persistence. More... | |
Typedefs | |
using | PyInputArchive = py::class_<InputArchive, std::shared_ptr<InputArchive>> |
using | PyOutputArchive = py::class_<OutputArchive, std::shared_ptr<OutputArchive>> |
using | PyPersistable = py::class_<Persistable, std::shared_ptr<Persistable>> |
Functions | |
void | wrapFits (cpputils::python::WrapperCollection &wrappers) |
void | wrapInputArchive (cpputils::python::WrapperCollection &wrappers) |
void | wrapPersistable (WrapperCollection &) |
void | wrapOutputArchive (WrapperCollection &) |
PYBIND11_MODULE (_io, mod) | |
void | erase (int column) |
using lsst::afw::table::io::PyInputArchive = py::class_<InputArchive, std::shared_ptr<InputArchive>> |
Definition at line 37 of file _inputArchive.cc.
using lsst::afw::table::io::PyOutputArchive = py::class_<OutputArchive, std::shared_ptr<OutputArchive>> |
Definition at line 38 of file _outputArchive.cc.
using lsst::afw::table::io::PyPersistable = py::class_<Persistable, std::shared_ptr<Persistable>> |
Definition at line 37 of file _persistable.cc.
void lsst::afw::table::io::erase | ( | int | column | ) |
lsst::afw::table::io::PYBIND11_MODULE | ( | _io | , |
mod | ) |
Definition at line 43 of file _io.cc.
void lsst::afw::table::io::wrapFits | ( | cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 36 of file _fits.cc.
void lsst::afw::table::io::wrapInputArchive | ( | cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 39 of file _inputArchive.cc.
void lsst::afw::table::io::wrapOutputArchive | ( | WrapperCollection & | wrappers | ) |
Definition at line 40 of file _outputArchive.cc.
void lsst::afw::table::io::wrapPersistable | ( | WrapperCollection & | wrappers | ) |
Definition at line 39 of file _persistable.cc.