LSST Applications g00d0e8bbd7+8c5ae1fdc5,g013ef56533+d04f416e11,g083dd6704c+f1e82baedf,g199a45376c+0ba108daf9,g1c5cce2383+2151f435cb,g1fd858c14a+c91a5e8f21,g210f2d0738+99b8bc2cff,g262e1987ae+108936e61d,g29ae962dfc+98ca709394,g2cef7863aa+aef1011c0b,g30d7c61c20+1f854baab0,g35bb328faa+8c5ae1fdc5,g3fd5ace14f+7197909290,g47891489e3+fd2de7ea53,g53246c7159+8c5ae1fdc5,g5b326b94bb+e6f8043508,g64539dfbff+99b8bc2cff,g67b6fd64d1+fd2de7ea53,g74acd417e5+4e13ccdc78,g786e29fd12+668abc6043,g87389fa792+8856018cbb,g89139ef638+fd2de7ea53,g8d7436a09f+c836874b4c,g8ea07a8fe4+b212507b11,g90f42f885a+e1755607f3,g97be763408+e01d64cc1c,g98df359435+1c97489bd3,g9cbe204335+43ac651df0,ga2180abaac+8c5ae1fdc5,gbf99507273+8c5ae1fdc5,gc2a301910b+99b8bc2cff,gca7fc764a6+fd2de7ea53,gd7ef33dd92+fd2de7ea53,gdab6d2f7ff+4e13ccdc78,gdb1e2cdc75+a91d01303c,ge410e46f29+fd2de7ea53,ge41e95a9f2+99b8bc2cff,geaed405ab2+0d91c11c6d,w.2025.43
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
44
45// These are necessary to build Swig modules that %import meas/base/baseLib.i,
46// so it's neighborly to include them here so downstream code can just
47// #include "lsst/meas/base.h" in their Swig wrappers, instead of guessing
48// what else they might need.
49#include "lsst/afw/detection.h"
50#include "lsst/afw/math.h"
51
52#endif // !LSST_MEAS_base_h_INCLUDED
This is the algorithm for PixelFlags.
This implements the SdssCentroid algorithm within the meas_base measurement framework.