lsst.meas.base
14.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Groups
Pages
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/GaussianCentroid.h
"
40
#include "
lsst/meas/base/NaiveCentroid.h
"
41
#include "
lsst/meas/base/PeakLikelihoodFlux.h
"
42
#include "
lsst/meas/base/ApertureFlux.h
"
43
#include "
lsst/meas/base/ScaledApertureFlux.h
"
44
#include "
lsst/meas/base/CircularApertureFlux.h
"
45
#include "
lsst/meas/base/Blendedness.h
"
46
47
// These are necessary to build Swig modules that %import meas/base/baseLib.i,
48
// so it's neighborly to include them here so downstream code can just
49
// #include "lsst/meas/base.h" in their Swig wrappers, instead of guessing
50
// what else they might need.
51
#include "lsst/afw/detection.h"
52
#include "lsst/afw/math.h"
53
54
55
#endif // !LSST_MEAS_base_h_INCLUDED
SdssShape.h
PeakLikelihoodFlux.h
ScaledApertureFlux.h
GaussianCentroid.h
FlagHandler.h
ShapeUtilities.h
CircularApertureFlux.h
InputUtilities.h
NaiveCentroid.h
GaussianFlux.h
Blendedness.h
Algorithm.h
ApertureFlux.h
exceptions.h
PsfFlux.h
CentroidUtilities.h
SdssCentroid.h
This implements the SdssCentroid algorithm within the meas_base measurement framework.
PixelFlags.h
This is the algorithm for PixelFlags.
FluxUtilities.h
Generated on Tue Oct 24 2017 05:43:42 for lsst.meas.base by
1.8.5