LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
35 projectionHandler.
print(stream);
40 for (
auto const &i : ccdImageList) {
49 if (it == tMap.
end())
return nullptr;
54 out <<
"Sky->Tangent Plane projection per visit:" <<
std::endl;
55 for (
auto &i : tMap) {
std::shared_ptr< AstrometryTransform > const getSkyToTangentPlane() const
std::ostream & operator<<(std::ostream &stream, AstrometryMapping const &mapping)
Handler of an actual image from a single CCD.
virtual void print(std::ostream &out) const =0
Print a string representation of the contents of this mapping, for debugging.
void print(std::ostream &out) const override
Print a string representation of the contents of this mapping, for debugging.
A base class for image defects.
VisitIdType getVisit() const
returns visit ID
OneTPPerVisitHandler(const CcdImageList &ccdImageList)
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (wher...
const std::shared_ptr< const AstrometryTransform > getSkyToTangentPlane(const CcdImage &ccdImage) const override