lsst.jointcal g4500d70958+be34db80bd
|
just here to provide a specialized constructor, and fit. More...
#include <AstrometryTransform.h>
Protected Member Functions | |
double & | a11 () |
double & | a12 () |
double & | a21 () |
double & | a22 () |
double & | dx () |
double & | dy () |
just here to provide a specialized constructor, and fit.
Definition at line 497 of file AstrometryTransform.h.
|
inline |
Add ox and oy.
Definition at line 501 of file AstrometryTransform.h.
|
inline |
Definition at line 503 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 94 of file AstrometryTransform.h.
|
inlineprotectedinherited |
Definition at line 479 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 471 of file AstrometryTransform.h.
|
inlineprotectedinherited |
Definition at line 480 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 472 of file AstrometryTransform.h.
|
inlineprotectedinherited |
Definition at line 481 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 473 of file AstrometryTransform.h.
|
inlineprotectedinherited |
Definition at line 482 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 474 of file AstrometryTransform.h.
|
virtual |
Reimplemented from lsst::jointcal::AstrometryTransformLinear.
Transform a bounding box, taking either the inscribed or circumscribed box.
[in] | inputframe | The frame to be transformed. |
[in] | inscribed | Return the inscribed (true) or circumscribed (false) box. |
Definition at line 89 of file AstrometryTransform.cc.
All these apply(..) shadow the virtual one in derived classes, unless one writes "using AstrometryTransform::apply".
Definition at line 75 of file AstrometryTransform.h.
applies the tranfo to in and writes into out. Is indeed virtual.
Definition at line 71 of file AstrometryTransform.h.
|
inlineoverridevirtualinherited |
returns a copy (allocated by new) of the transformation.
Implements lsst::jointcal::AstrometryTransform.
Definition at line 464 of file AstrometryTransform.h.
|
inherited |
read access, zero if beyond order
Definition at line 756 of file AstrometryTransform.cc.
|
virtualinherited |
Return a reduced composition of newTransform = this(right()), or nullptr if it cannot be reduced.
"Reduced" in this context means that they are capable of being merged into a single transform, for example, for two polynomials:
\[ f(x) = 1 + x^2, g(x) = -1 + 3x \]
we would have h = f.composeAndReduce(g) == 2 - 6x + 9x^2
.
To be overloaded by derived classes if they can properly reduce the composition.
right | The transform to apply first. |
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 131 of file AstrometryTransform.cc.
|
inherited |
Return a reduced composition of newTransform = this(right()), or nullptr if it cannot be reduced.
"Reduced" in this context means that they are capable of being merged into a single transform, for example, for two polynomials:
\[ f(x) = 1 + x^2, g(x) = -1 + 3x \]
we would have h = f.composeAndReduce(g) == 2 - 6x + 9x^2
.
To be overloaded by derived classes if they can properly reduce the composition.
right | The transform to apply first. |
Definition at line 944 of file AstrometryTransform.cc.
|
overridevirtualinherited |
Computes the local Derivative of a transform, w.r.t.
the Derivative is represented by a AstrometryTransformLinear, in which (hopefully), the offset terms are zero.
position.
Step is used for numerical derivation.
Derivative should transform a vector of offsets into a vector of offsets.
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 1251 of file AstrometryTransform.cc.
|
inherited |
Definition at line 826 of file AstrometryTransform.cc.
|
inlineprotectedinherited |
Definition at line 483 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 475 of file AstrometryTransform.h.
|
inlineprotectedinherited |
Definition at line 484 of file AstrometryTransform.h.
|
inlineinherited |
Definition at line 476 of file AstrometryTransform.h.
|
virtual |
fits a transform to a std::list of Point pairs (p1,p2, the Point fields in StarMatch).
After the fit this(p1) yields approximately p2. The returned value is the sum of squared residuals. If you want to fit a partial transform (e.g. such that this(T1(p1)) = T2(p2), use StarMatchList::applyTransform beforehand.
Implements lsst::jointcal::AstrometryTransform.
Definition at line 1309 of file AstrometryTransform.cc.
|
inherited |
Get the coefficient of a given power in x and y, for either the x or y coordinate.
Definition at line 750 of file AstrometryTransform.cc.
|
inherited |
Get the coefficient of a given power in x and y, for either the x or y coordinate.
Definition at line 741 of file AstrometryTransform.cc.
|
virtualinherited |
returns the local jacobian.
Definition at line 100 of file AstrometryTransform.cc.
|
inlinevirtualinherited |
returns the local jacobian.
Definition at line 110 of file AstrometryTransform.h.
|
inlinevirtual |
returns the number of parameters (to compute chi2's)
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 507 of file AstrometryTransform.h.
|
inlineinherited |
Returns the polynomial order.
Definition at line 307 of file AstrometryTransform.h.
params should be at least Npar() long
Definition at line 217 of file AstrometryTransform.cc.
|
overridevirtualinherited |
returns an inverse transform. Numerical if not overloaded.
precision and region refer to the "input" side of this, and hence to the output side of the returned AstrometryTransform.
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 1289 of file AstrometryTransform.cc.
|
inherited |
returns the inverse: T1 = T2.inverted();
Definition at line 1262 of file AstrometryTransform.cc.
|
overridevirtualinherited |
linear (local) approximation.
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 1258 of file AstrometryTransform.cc.
Definition at line 222 of file AstrometryTransform.cc.
|
inherited |
enables to combine linear tranformations: T1=T2*T3 is legal.
Definition at line 1236 of file AstrometryTransform.cc.
|
inherited |
Composition (internal stuff in quadruple precision)
Definition at line 1052 of file AstrometryTransform.cc.
|
inherited |
Addition.
Definition at line 1074 of file AstrometryTransform.cc.
|
inherited |
Subtraction.
Definition at line 1088 of file AstrometryTransform.cc.
|
overridevirtualinherited |
Derivative w.r.t parameters.
Derivatives should be al least 2*NPar long. first Npar, for x, last Npar for y.
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 776 of file AstrometryTransform.cc.
|
overridevirtualinherited |
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 766 of file AstrometryTransform.cc.
|
overridevirtualinherited |
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 771 of file AstrometryTransform.cc.
|
overridevirtualinherited |
prints the transform coefficients to stream.
Implements lsst::jointcal::AstrometryTransform.
Definition at line 1294 of file AstrometryTransform.cc.
|
inherited |
Definition at line 1114 of file AstrometryTransform.cc.
|
virtualinherited |
Rough inverse.
Stored by the numerical inverter to guess starting point for the trials. Just here to enable overloading.
Reimplemented in lsst::jointcal::AstrometryTransformInverse, lsst::jointcal::TanPixelToRaDec, and lsst::jointcal::TanRaDecToPixel.
Definition at line 196 of file AstrometryTransform.cc.
|
overridevirtualinherited |
Create an equivalent AST mapping for this transformation, including an analytic inverse if possible.
domain | The domain of the transform, to help find an inverse. |
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 1099 of file AstrometryTransform.cc.
|
virtualinherited |
transform errors (represented as double[3] in order V(xx),V(yy),Cov(xy))
Definition at line 163 of file AstrometryTransform.cc.
|
overridevirtualinherited |
a mix of apply and Derivative
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 657 of file AstrometryTransform.cc.
Definition at line 107 of file AstrometryTransform.h.
|
inherited |
Definition at line 247 of file AstrometryTransform.cc.
|
overridevirtualinherited |
Reimplemented from lsst::jointcal::AstrometryTransform.
Definition at line 1104 of file AstrometryTransform.cc.