LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Macros
TransmissionCurve.cc File Reference
#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/InputArchive.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.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 

Macros

#define LSST_CHECK_GSL(type, status)   if (status) throw LSST_EXCEPT(type, "GSL error: "s + ::gsl_strerror(status))
 

Macro Definition Documentation

◆ LSST_CHECK_GSL

#define LSST_CHECK_GSL (   type,
  status 
)    if (status) throw LSST_EXCEPT(type, "GSL error: "s + ::gsl_strerror(status))

Definition at line 41 of file TransmissionCurve.cc.

Variable Documentation

◆ a

table::Key<int> a
Examples
forEachPixel.cc.

Definition at line 466 of file TransmissionCurve.cc.

◆ arrays

ArrayKeyVector arrays

Definition at line 348 of file TransmissionCurve.cc.

◆ b

table::Key<int> b

Definition at line 467 of file TransmissionCurve.cc.

◆ nested

table::Key<int> nested

Definition at line 555 of file TransmissionCurve.cc.

◆ schema

table::Schema schema

Definition at line 345 of file TransmissionCurve.cc.

◆ throughputAtMax

table::Key<double> throughputAtMax

Definition at line 347 of file TransmissionCurve.cc.

◆ throughputAtMin

table::Key<double> throughputAtMin

Definition at line 346 of file TransmissionCurve.cc.

◆ transform

table::Key<int> transform

Definition at line 556 of file TransmissionCurve.cc.