LSST Applications 24.1.0-1-g4a8fcef,g0265f82a02+2d5e9910ca,g0bb0af90fd+325ec6ff33,g1e7d6db67d+b5ae400c1a,g1fdc4b6800+c67188d781,g26482f50c6+f8b3b5a940,g2bbee38e9b+2d5e9910ca,g3273194fdb+14984c1173,g36c42b5980+58c337bd99,g3eccfa81ec+8c69533a84,g4c90b7bd52+7d689f810d,g4f7801ab40+2d5e9910ca,g5679e1724d+2a66c44548,g673ccd32cf+2d5e9910ca,g726579da51+2d5e9910ca,g733a212e47+2a59df914c,g877625a462+8dbed4964d,g98ffbb4407+8dbed4964d,g9ddcbc5298+d7594c9347,ga1e77700b3+f258a22cbf,ga500d100eb+5c495619c5,gacaae59b5d+a88542c14c,gb2715bf1a1+a88542c14c,gbac042402a+2725a530db,gbae45e39e2+0639c65f03,gc45c8d2e98+c802ae75e7,gc86a011abf+a88542c14c,gcf0d15dbbd+461654b281,gdaeeff99f8+f78d25140c,gdb4ec4c597+2d5e9910ca,gdc81be3499+a88542c14c,ge021ae41e5+e1018a7e59,ge23793e450+461654b281,ge482522685+ebb56bf4fe,gee31e0d7c8+461654b281
LSST Data Management Base Package
Loading...
Searching...
No Matches
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
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
This is the algorithm for PixelFlags.
This implements the SdssCentroid algorithm within the meas_base measurement framework.