LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <iostream>
#include <sstream>
#include <memory>
#include "Eigen/Core"
#include "ndarray.h"
#include "lsst/afw/geom/AffineTransform.h"
#include "lsst/afw/geom/Box.h"
#include "lsst/afw/geom/Point.h"
#include "lsst/jointcal/Point.h"
Go to the source code of this file.
Classes | |
class | lsst::jointcal::PhotometryTransform |
A photometric transform, defined in terms of the input flux or magnitude. More... | |
class | lsst::jointcal::PhotometryTransformSpatiallyInvariant |
Photometry offset independent of position. More... | |
class | lsst::jointcal::FluxTransformSpatiallyInvariant |
Photometric offset independent of position, defined as (fluxMag0)^-1. More... | |
class | lsst::jointcal::MagnitudeTransformSpatiallyInvariant |
Photometric offset independent of position, defined as -2.5 * log(flux / fluxMag0). More... | |
class | lsst::jointcal::PhotometryTransformChebyshev |
nth-order 2d Chebyshev photometry transform. More... | |
class | lsst::jointcal::FluxTransformChebyshev |
nth-order 2d Chebyshev photometry transform, times the input flux. More... | |
class | lsst::jointcal::MagnitudeTransformChebyshev |
nth-order 2d Chebyshev photometry transform, plus the input flux. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::jointcal | |