LSST Applications g013ef56533+5966ab83bf,g083dd6704c+a047e97985,g199a45376c+0ba108daf9,g1fd858c14a+e8c20edada,g210f2d0738+cc9e8589e7,g262e1987ae+72eeadf186,g29ae962dfc+896884f3d4,g2cef7863aa+aef1011c0b,g35bb328faa+8c5ae1fdc5,g39cb6e1e62+aa85d2a3a3,g3fd5ace14f+0927bb8b9a,g4700156bab+04fddd769e,g47891489e3+f459a6810c,g53246c7159+8c5ae1fdc5,g54cd7ddccb+890c8e1e5d,g64539dfbff+cc9e8589e7,g67b6fd64d1+f459a6810c,g6ebf1fc0d4+8c5ae1fdc5,g74acd417e5+21b276f494,g786e29fd12+668abc6043,g87389fa792+8856018cbb,g89139ef638+f459a6810c,g8d7436a09f+1af31a4e98,g8ea07a8fe4+81eaaadc04,g90f42f885a+34c0557caf,g9486f8a5af+69d0ce02eb,g97be763408+3a7059894c,g98a1a72a9c+49d0a56dad,gbf99507273+8c5ae1fdc5,gc2a301910b+cc9e8589e7,gc8c7f45b1b+913eafc859,gca7fc764a6+f459a6810c,gd7ef33dd92+f459a6810c,gdab6d2f7ff+21b276f494,ge410e46f29+f459a6810c,ge41e95a9f2+cc9e8589e7,geaed405ab2+e3b4b2a692,gf9a733ac38+8c5ae1fdc5,w.2025.42
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.