LSST Applications g04e9c324dd+8c5ae1fdc5,g123d84c11c+8c5ae1fdc5,g1ec0fe41b4+6ec6b74de1,g1fd858c14a+f245582311,g29a0cc5914+fa9f8e7e81,g32513d92db+301b21503b,g35bb328faa+8c5ae1fdc5,g46874a5070+1087e05171,g4d44eb3520+9e114bb6e1,g53246c7159+8c5ae1fdc5,g5c55814f68+d693d86bae,g60b5630c4e+1087e05171,g663da51e9b+26baacac3b,g67b6fd64d1+d4e0e85a95,g67fd3c3899+1087e05171,g71d780ea3c+42c0221713,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g844c57033c+929b3e9e34,g851e132a97+c6e86e8f74,g8852436030+fbf83f7c97,g89139ef638+d4e0e85a95,g8d7436a09f+3964e7c5b1,g989de1cb63+d4e0e85a95,g9f33ca652e+9625a3452e,ga1e959baac+5fbc491aed,ga2f891cd6c+1087e05171,gabe3b4be73+8856018cbb,gabf8522325+cc757f8247,gac2eed3f23+d4e0e85a95,gb1101e3267+a0358262ed,gb89ab40317+d4e0e85a95,gcf25f946ba+fbf83f7c97,gd107969129+6e03c97596,gd6cbbdb0b4+8e46defd2a,ge410e46f29+d4e0e85a95,geaed405ab2+2322f1d6ea,gf5e32f922b+8c5ae1fdc5,w.2025.31
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.