|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
LSSTDataManagementBasePackage
|
#include <vector>#include "lsst/pex/config.h"#include "lsst/afw/table/fwd.h"#include "lsst/afw/table/BaseRecord.h"#include "lsst/afw/table/Simple.h"#include "lsst/afw/table/Source.h"#include "lsst/afw/table/Catalog.h"#include "lsst/afw/geom/Angle.h"Go to the source code of this file.
Classes | |
| class | lsst::afw.table::MatchControl |
| Pass parameters to algorithms that match list of sources. More... | |
| struct | lsst::afw.table::Match< Record1, Record2 > |
| Lightweight representation of a geometric match between two records. More... | |
Namespaces | |
| lsst | |
| Remove all non-astronomical counts from the Chunk Exposure's pixels. | |
| lsst::afw | |
| lsst.afw.table | |
Functions | |
| SourceMatchVector | lsst.afw.table::matchXy (SourceCatalog const &cat1, SourceCatalog const &cat2, double radius, MatchControl const &mc=MatchControl()) |
| Compute all tuples (s1,s2,d) where s1 belings to cat1, s2 belongs to cat2 and d, the distance between s1 and s2, in pixels, is at most radius. More... | |
| SourceMatchVector | lsst.afw.table::matchXy (SourceCatalog const &cat, double radius, MatchControl const &mc=MatchControl()) |
| Compute all tuples (s1,s2,d) where s1 != s2, s1 and s2 both belong to cat, and d, the distance between s1 and s2, in pixels, is at most radius. More... | |
| SourceMatchVector | lsst.afw.table::matchXy (SourceCatalog const &cat1, SourceCatalog const &cat2, double radius, bool closest) |
| Compute all tuples (s1,s2,d) where s1 belings to cat1, s2 belongs to cat2 and d, the distance between s1 and s2, in pixels, is at most radius. More... | |
| SourceMatchVector | lsst.afw.table::matchXy (SourceCatalog const &cat, double radius, bool symmetric) |
| Compute all tuples (s1,s2,d) where s1 != s2, s1 and s2 both belong to cat, and d, the distance between s1 and s2, in pixels, is at most radius. More... | |
| template<typename Cat1 , typename Cat2 > | |
| std::vector< Match< typename Cat1::Record, typename Cat2::Record > > | lsst.afw.table::matchRaDec (Cat1 const &cat1, Cat2 const &cat2, Angle radius, MatchControl const &mc=MatchControl()) |
| Compute all tuples (s1,s2,d) where s1 belings to cat1, s2 belongs to cat2 and d, the distance between s1 and s2, is at most radius. More... | |
| template<typename Cat > | |
| std::vector< Match< typename Cat::Record, typename Cat::Record > > | lsst.afw.table::matchRaDec (Cat const &cat, Angle radius, MatchControl const &mc=MatchControl()) |
| template<typename Cat1 , typename Cat2 > | |
| std::vector< Match< typename Cat1::Record, typename Cat2::Record > > | lsst.afw.table::matchRaDec (Cat1 const &cat1, Cat2 const &cat2, Angle radius, bool closest) |
| Compute all tuples (s1,s2,d) where s1 belings to cat1, s2 belongs to cat2 and d, the distance between s1 and s2, is at most radius. More... | |
| template<typename Cat > | |
| std::vector< Match< typename Cat::Record, typename Cat::Record > > | lsst.afw.table::matchRaDec (Cat const &cat, Angle radius, bool symmetric) |
| template<typename Record1 , typename Record2 > | |
| BaseCatalog | lsst.afw.table::packMatches (std::vector< Match< Record1, Record2 > > const &matches) |
| Return a table representation of a MatchVector that can be used to persist it. More... | |
| template<typename Cat1 , typename Cat2 > | |
| std::vector< Match< typename Cat1::Record, typename Cat2::Record > > | lsst.afw.table::unpackMatches (BaseCatalog const &matches, Cat1 const &cat1, Cat2 const &cat2) |
| Reconstruct a MatchVector from a BaseCatalog representation of the matches and a pair of catalogs. More... | |
1.8.5