40 for (
auto const &
i : ccdImageList) {
42 if (tMap.
find(
im.getVisit()) == tMap.
end()) tMap[
im.getVisit()] =
im.getSkyToTangentPlane()->clone();
49 if (
it == tMap.
end())
return nullptr;
54 out <<
"Sky->Tangent Plane projection per visit:" <<
std::endl;
55 for (
auto &
i : tMap) {
Handler of an actual image from a single CCD.
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const override
OneTPPerVisitHandler(const CcdImageList &ccdImageList)
void print(std::ostream &out) const override
Print a string representation of the contents of this mapping, for debugging.
std::ostream & operator<<(std::ostream &stream, AstrometryMapping const &mapping)
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (wher...