#include <algorithm>
#include <memory>
#include "ndarray.h"
#include "gsl/gsl_interp.h"
#include "gsl/gsl_interp2d.h"
#include "gsl/gsl_errno.h"
#include "lsst/afw/image/TransmissionCurve.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/Persistable.cc"
Go to the source code of this file.
|
| lsst |
| A base class for image defects.
|
|
| lsst::afw |
|
| lsst::afw::image |
| Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
|
|
◆ LSST_CHECK_GSL
#define LSST_CHECK_GSL |
( |
|
type, |
|
|
|
status |
|
) |
| if (status) throw LSST_EXCEPT(type, "GSL error: "s + ::gsl_strerror(status)) |
◆ arrays
◆ nested
◆ schema
◆ throughputAtMax
table::Key<double> throughputAtMax |
◆ throughputAtMin
table::Key<double> throughputAtMin |
◆ transform
table::Key<int> transform |