lsst.meas.base
20.0.0-2-gdaeb0e8+9752f1f65b
include
lsst
meas
base.h
Go to the documentation of this file.
1
// -*- lsst-c++ -*-
2
/*
3
* LSST Data Management System
4
* Copyright 2008-2016 AURA/LSST.
5
*
6
* This product includes software developed by the
7
* LSST Project (http://www.lsst.org/).
8
*
9
* This program is free software: you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation, either version 3 of the License, or
12
* (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the LSST License Statement and
20
* the GNU General Public License along with this program. If not,
21
* see <http://www.lsstcorp.org/LegalNotices/>.
22
*/
23
24
#ifndef LSST_MEAS_base_h_INCLUDED
25
#define LSST_MEAS_base_h_INCLUDED
26
27
#include "
lsst/meas/base/exceptions.h
"
28
#include "
lsst/meas/base/FluxUtilities.h
"
29
#include "
lsst/meas/base/CentroidUtilities.h
"
30
#include "
lsst/meas/base/ShapeUtilities.h
"
31
#include "
lsst/meas/base/FlagHandler.h
"
32
#include "
lsst/meas/base/InputUtilities.h
"
33
#include "
lsst/meas/base/Algorithm.h
"
34
#include "
lsst/meas/base/PsfFlux.h
"
35
#include "
lsst/meas/base/SdssCentroid.h
"
36
#include "
lsst/meas/base/SdssShape.h
"
37
#include "
lsst/meas/base/PixelFlags.h
"
38
#include "
lsst/meas/base/GaussianFlux.h
"
39
#include "
lsst/meas/base/NaiveCentroid.h
"
40
#include "
lsst/meas/base/PeakLikelihoodFlux.h
"
41
#include "
lsst/meas/base/ApertureFlux.h
"
42
#include "
lsst/meas/base/ScaledApertureFlux.h
"
43
#include "
lsst/meas/base/CircularApertureFlux.h
"
44
#include "
lsst/meas/base/Blendedness.h
"
45
46
// These are necessary to build Swig modules that %import meas/base/baseLib.i,
47
// so it's neighborly to include them here so downstream code can just
48
// #include "lsst/meas/base.h" in their Swig wrappers, instead of guessing
49
// what else they might need.
50
#include "
lsst/afw/detection.h
"
51
#include "
lsst/afw/math.h
"
52
53
#endif // !LSST_MEAS_base_h_INCLUDED
SdssShape.h
detection.h
exceptions.h
CentroidUtilities.h
FluxUtilities.h
SdssCentroid.h
PixelFlags.h
InputUtilities.h
ScaledApertureFlux.h
ApertureFlux.h
GaussianFlux.h
CircularApertureFlux.h
math.h
Algorithm.h
ShapeUtilities.h
FlagHandler.h
PsfFlux.h
Blendedness.h
PeakLikelihoodFlux.h
NaiveCentroid.h
Generated on Tue Sep 15 2020 01:38:38 for lsst.meas.base by
1.8.18