|
LSST Applications g013ef56533+b8d55c8942,g083dd6704c+a047e97985,g199a45376c+0ba108daf9,g1fd858c14a+7a3b874d60,g210f2d0738+7416ca6900,g262e1987ae+1d557ba9a3,g29ae962dfc+519d34895e,g2cef7863aa+aef1011c0b,g30d7c61c20+36d16ea71a,g35bb328faa+8c5ae1fdc5,g3fd5ace14f+cb326ad149,g47891489e3+f459a6810c,g53246c7159+8c5ae1fdc5,g54cd7ddccb+890c8e1e5d,g5a60e81ecd+6240c63dbc,g64539dfbff+7416ca6900,g67b6fd64d1+f459a6810c,g6ebf1fc0d4+8c5ae1fdc5,g74acd417e5+0bae3c876a,g786e29fd12+668abc6043,g87389fa792+8856018cbb,g89139ef638+f459a6810c,g8d7436a09f+dee7680868,g8ea07a8fe4+81eaaadc04,g90f42f885a+34c0557caf,g97be763408+14b8164b5b,g98a1a72a9c+8389601a76,g98df359435+fff771c62d,gb8cb2b794d+6728931916,gbf99507273+8c5ae1fdc5,gc2a301910b+7416ca6900,gca7fc764a6+f459a6810c,gd7ef33dd92+f459a6810c,gdab6d2f7ff+0bae3c876a,ge410e46f29+f459a6810c,ge41e95a9f2+7416ca6900,geaed405ab2+e3b4b2a692,gf9a733ac38+8c5ae1fdc5,w.2025.43
LSST Data Management Base Package
|
Photometric offset independent of position, defined as -2.5 * log(flux / fluxMag0). More...
#include <PhotometryTransform.h>
Public Member Functions | |
| MagnitudeTransformSpatiallyInvariant (double value=0) | |
| double | transform (double x, double y, double mag) const override |
| Return the transform of value at (x,y). | |
| double | transformError (double x, double y, double value, double valueErr) const override |
| Return the transformed valueErr at Point(x,y). | |
| std::shared_ptr< PhotometryTransform > | clone () const override |
| return a copy (allocated by new) of the transformation. | |
| void | computeParameterDerivatives (double x, double y, double value, Eigen::Ref< Eigen::VectorXd > derivatives) const override |
| Compute the derivatives with respect to the parameters (i.e. | |
| void | print (std::ostream &out) const override |
| Print the transform coefficients to stream. | |
| std::size_t | getNpar () const override |
| Return the number of parameters (used to compute chisq) | |
| void | offsetParams (Eigen::VectorXd const &delta) override |
| Offset the parameters by some (negative) amount during fitting. | |
| Eigen::VectorXd | getParameters () const override |
Get a copy of the parameters of this model, in the same order as offsetParams. | |
| double | transform (Point const &in, double value) const |
| Return the transformed value at Point(x,y). | |
| double | transformError (Point const &in, double value, double valueErr) const |
| Return the transformed valueErr at Point(x,y). | |
Protected Member Functions | |
| double | getValue () const |
Photometric offset independent of position, defined as -2.5 * log(flux / fluxMag0).
initialMagnitude + SpatiallyInvariantTransform -> correctedMagnitude
Definition at line 179 of file PhotometryTransform.h.
|
inlineexplicit |
Definition at line 181 of file PhotometryTransform.h.
|
inlineoverridevirtual |
return a copy (allocated by new) of the transformation.
Implements lsst::jointcal::PhotometryTransform.
Definition at line 193 of file PhotometryTransform.h.
|
inlineoverridevirtual |
Compute the derivatives with respect to the parameters (i.e.
the coefficients).
| [in] | x | The x coordinate to compute at (in the appropriate units for this transform). |
| [in] | y | The y coordinate to compute at (in the appropriate units for this transform). |
| [in] | value | The instrument flux or magnitude to compute the derivative at. |
| [out] | derivatives | The computed derivatives, in the same order as the deltas in offsetParams. |
Implements lsst::jointcal::PhotometryTransform.
Definition at line 198 of file PhotometryTransform.h.
|
inlineoverridevirtualinherited |
Return the number of parameters (used to compute chisq)
Implements lsst::jointcal::PhotometryTransform.
Definition at line 121 of file PhotometryTransform.h.
|
inlineoverridevirtualinherited |
Get a copy of the parameters of this model, in the same order as offsetParams.
Implements lsst::jointcal::PhotometryTransform.
Definition at line 127 of file PhotometryTransform.h.
|
inlineprotectedinherited |
Definition at line 134 of file PhotometryTransform.h.
|
inlineoverridevirtualinherited |
Offset the parameters by some (negative) amount during fitting.
Equivalent to flatten(parameters) -= delta
Ordering of delta is the same as the ordering of the derivatives returned from computeParameterDerivatives.
Implements lsst::jointcal::PhotometryTransform.
Definition at line 124 of file PhotometryTransform.h.
|
inlineoverridevirtualinherited |
Print the transform coefficients to stream.
Implements lsst::jointcal::PhotometryTransform.
Definition at line 116 of file PhotometryTransform.h.
|
inlineoverridevirtual |
Return the transform of value at (x,y).
Implements lsst::jointcal::PhotometryTransform.
Definition at line 185 of file PhotometryTransform.h.
|
inlineinherited |
Return the transformed value at Point(x,y).
Definition at line 58 of file PhotometryTransform.h.
|
inlineoverridevirtual |
Return the transformed valueErr at Point(x,y).
Implements lsst::jointcal::PhotometryTransform.
Definition at line 188 of file PhotometryTransform.h.
|
inlineinherited |
Return the transformed valueErr at Point(x,y).
Definition at line 64 of file PhotometryTransform.h.