LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <iostream>
#include <algorithm>
#include <functional>
#include <limits>
#include <cmath>
#include <memory>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image.h"
#include "lsst/afw/detection.h"
#include "lsst/afw/table.h"
#include "lsst/afw/math.h"
#include "lsst/geom.h"
#include "lsst/ip/diffim/DipoleAlgorithms.h"
#include "ndarray/eigen.h"
Go to the source code of this file.
Classes | |
class | lsst::ip::diffim::MinimizeDipoleChi2 |
Class to minimize PsfDipoleFlux; this is the object that Minuit minimizes. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::ip | |
lsst::ip::diffim | |
Functions | |
int const | lsst::ip::diffim::NEGCENTXPAR (0) |
int const | lsst::ip::diffim::NEGCENTYPAR (1) |
int const | lsst::ip::diffim::NEGFLUXPAR (2) |
int const | lsst::ip::diffim::POSCENTXPAR (3) |
int const | lsst::ip::diffim::POSCENTYPAR (4) |
int const | lsst::ip::diffim::POSFLUXPAR (5) |