lsst.afw gf03f0b42f3+b1047159b2
Loading...
Searching...
No Matches
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/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

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::image
 

Macros

#define LSST_CHECK_GSL(type, status)
 

Macro Definition Documentation

◆ LSST_CHECK_GSL

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

Definition at line 39 of file TransmissionCurve.cc.