|
lsst.jointcal
15.0-16-g83b84f4
|
#include <cmath>#include <iostream>#include <limits>#include <sstream>#include "lsst/log/Log.h"#include "lsst/jointcal/Associations.h"#include "lsst/jointcal/CcdImage.h"#include "lsst/jointcal/StarMatch.h"#include "lsst/jointcal/ListMatch.h"#include "lsst/jointcal/Frame.h"#include "lsst/jointcal/FatPoint.h"#include "lsst/jointcal/Gtransfo.h"#include "lsst/afw/image/Image.h"#include "lsst/afw/image/VisitInfo.h"#include "lsst/daf/base/PropertySet.h"#include "lsst/pex/exceptions.h"#include "lsst/afw/geom/Box.h"#include "lsst/afw/geom/Point.h"#include "lsst/afw/image/Calib.h"Go to the source code of this file.
Namespaces | |
| lsst | |
| Class for a simple mapping implementing a generic Gtransfo. | |
| lsst::jointcal | |
Variables | |
| const double | JanskyToMaggy = 3631.0 |
| const double JanskyToMaggy = 3631.0 |
Definition at line 31 of file Associations.cc.
1.8.13