|
lsst.jointcal
14.0-28-ge87de3a+2
|
#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/SipToGtransfo.h"#include "lsst/jointcal/StarMatch.h"#include "lsst/jointcal/ListMatch.h"#include "lsst/jointcal/Frame.h"#include "lsst/jointcal/AstroUtils.h"#include "lsst/jointcal/FatPoint.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 32 of file Associations.cc.
1.8.13