lsst.jointcal
16.0-23-gcb65559+3
|
#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::PhotometryTransfo |
A photometric transform, defined in terms of the input flux or magnitude. More... | |
class | lsst::jointcal::PhotometryTransfoSpatiallyInvariant |
Photometry offset independent of position. More... | |
class | lsst::jointcal::FluxTransfoSpatiallyInvariant |
Photometric offset independent of position, defined as (fluxMag0)^-1. More... | |
class | lsst::jointcal::MagnitudeTransfoSpatiallyInvariant |
Photometric offset independent of position, defined as -2.5 * log(flux / fluxMag0). More... | |
class | lsst::jointcal::PhotometryTransfoChebyshev |
nth-order 2d Chebyshev photometry transfo. More... | |
class | lsst::jointcal::FluxTransfoChebyshev |
nth-order 2d Chebyshev photometry transfo, times the input flux. More... | |
class | lsst::jointcal::MagnitudeTransfoChebyshev |
nth-order 2d Chebyshev photometry transfo, plus the input flux. More... | |
Namespaces | |
lsst | |
Class for a simple mapping implementing a generic Gtransfo. | |
lsst::jointcal | |