lsst.meas.astrom g48e1d15610+232ccdafb1
|
#include <iostream>
#include <cmath>
#include "lsst/base.h"
#include "lsst/pex/exceptions/Runtime.h"
#include "lsst/geom/Angle.h"
#include "lsst/afw/table/Match.h"
Go to the source code of this file.
Classes | |
class | lsst::meas::astrom::sip::MatchSrcToCatalogue |
Match a SourceSet of objects with known ra/dec with a SourceSet of objects with known xy positions Take a catalogue of objects with known positions, a catalogue of objects with known xy, and a wcs to convert one xy <--> ra/dec. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::image |
namespace | lsst::meas |
namespace | lsst::meas::astrom |
namespace | lsst::meas::astrom::sip |