LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <iostream>
#include "lsst/jointcal/CcdImage.h"
#include "lsst/jointcal/AstrometryTransform.h"
#include "map"
Go to the source code of this file.
Classes | |
struct | lsst::jointcal::ProjectionHandler |
This is a virtual class that allows a lot of freedom in the choice of the projection from "Sky" (where coodinates are reported) to tangent plane (where they are compared to transformed measurements) More... | |
class | lsst::jointcal::IdentityProjectionHandler |
The simplest implementation of ProjectionHandler. More... | |
class | lsst::jointcal::OneTPPerVisitHandler |
A projection handler in which all CCDs from the same visit have the same tangent point. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::jointcal | |
Functions | |
std::ostream & | lsst::jointcal::operator<< (std::ostream &stream, ProjectionHandler const &projectionHandler) |