lsst.jointcal g26f71f4252+a5e92aaae1
|
#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 | |
namespace | lsst |
namespace | lsst::jointcal |
Functions | |
std::ostream & | lsst::jointcal::operator<< (std::ostream &stream, ProjectionHandler const &projectionHandler) |