|
typedef PointKey< int > | Point2IKey |
|
typedef PointKey< double > | Point2DKey |
|
typedef BoxKey< lsst::geom::Box2I > | Box2IKey |
|
typedef BoxKey< lsst::geom::Box2D > | Box2DKey |
|
typedef ColumnViewT< ExposureRecord > | ExposureColumnView |
|
typedef ExposureCatalogT< ExposureRecord > | ExposureCatalog |
|
typedef ExposureCatalogT< ExposureRecord const > | ConstExposureCatalog |
|
typedef CatalogT< BaseRecord > | BaseCatalog |
|
typedef CatalogT< BaseRecord const > | ConstBaseCatalog |
|
typedef ColumnViewT< SimpleRecord > | SimpleColumnView |
|
typedef SortedCatalogT< SimpleRecord > | SimpleCatalog |
|
typedef SortedCatalogT< SimpleRecord const > | ConstSimpleCatalog |
|
typedef SourceColumnViewT< SourceRecord > | SourceColumnView |
|
typedef SortedCatalogT< SourceRecord > | SourceCatalog |
|
typedef SortedCatalogT< SourceRecord const > | ConstSourceCatalog |
|
typedef ColumnViewT< AmpInfoRecord > | AmpInfoColumnView |
|
typedef CatalogT< AmpInfoRecord > | AmpInfoCatalog |
|
typedef CatalogT< AmpInfoRecord const > | ConstAmpInfoCatalog |
|
typedef Match< SimpleRecord, SimpleRecord > | SimpleMatch |
|
typedef Match< SimpleRecord, SourceRecord > | ReferenceMatch |
|
typedef Match< SourceRecord, SourceRecord > | SourceMatch |
|
typedef std::vector< SimpleMatch > | SimpleMatchVector |
|
typedef std::vector< ReferenceMatch > | ReferenceMatchVector |
|
typedef std::vector< SourceMatch > | SourceMatchVector |
|
typedef std::int64_t | RecordId |
|
typedef lsst::geom::Angle | Angle |
|
typedef lsst::geom::SpherePoint | SpherePoint |
|
typedef lsst::afw::detection::Footprint | Footprint |
|
typedef boost::mpl::vector< RecordId, std::uint16_t, std::int32_t, float, double, lsst::geom::Angle, std::uint8_t > | ScalarFieldTypes |
|
typedef boost::mpl::vector< RecordId, std::uint16_t, std::int32_t, float, double, lsst::geom::Angle, std::uint8_t, Flag, std::string, Array< std::uint16_t >, Array< int >, Array< float >, Array< double >, Array< std::uint8_t > > | FieldTypes |
|
|
std::shared_ptr< RecordT > | _Catalog_find (Catalog const &catalog, T const &value, Key< T > const &key) |
|
int | _Catalog_lower_bound (Catalog const &catalog, T const &value, Key< T > const &key) |
|
int | _Catalog_upper_bound (Catalog const &catalog, T const &value, Key< T > const &key) |
|
std::pair< int, int > | _Catalog_equal_range (Catalog const &catalog, T const &value, Key< T > const &key) |
|
SourceMatchVector | matchXy (SourceCatalog const &cat1, SourceCatalog const &cat2, double radius, MatchControl const &mc=MatchControl()) |
|
SourceMatchVector | matchXy (SourceCatalog const &cat, double radius, MatchControl const &mc=MatchControl()) |
|
std::vector< Match< typename Cat1::Record, typename Cat2::Record > > | matchRaDec (Cat1 const &cat1, Cat2 const &cat2, lsst::geom::Angle radius, MatchControl const &mc=MatchControl()) |
|
std::vector< Match< typename Cat::Record, typename Cat::Record > > | matchRaDec (Cat const &cat, lsst::geom::Angle radius, MatchControl const &mc=MatchControl()) |
|
BaseCatalog | packMatches (std::vector< Match< Record1, Record2 > > const &matches) |
|
std::vector< Match< typename Cat1::Record, typename Cat2::Record > > | unpackMatches (BaseCatalog const &matches, Cat1 const &cat1, Cat2 const &cat2) |
|
void | updateRefCentroids (geom::SkyWcs const &wcs, ReferenceCollection &refList) |
|
void | updateSourceCoords (geom::SkyWcs const &wcs, SourceCollection &sourceList) |
|
| BOOST_PP_SEQ_FOR_EACH (INSTANTIATE_COLUMNVIEW_SCALAR, _, BOOST_PP_TUPLE_TO_SEQ(AFW_TABLE_SCALAR_FIELD_TYPE_N, AFW_TABLE_SCALAR_FIELD_TYPE_TUPLE)) BOOST_PP_SEQ_FOR_EACH(INSTANTIATE_COLUMNVIEW_ARRAY |
|
std::ostream & | operator<< (std::ostream &os, BaseRecord const &record) |
|
std::vector< Match< typename Cat1::Record, typename Cat2::Record > > | matchRaDec (Cat1 const &cat1, Cat2 const &cat2, lsst::geom::Angle radius, bool closest) |
|
template SimpleMatchVector | matchRaDec (SimpleCatalog const &, SimpleCatalog const &, lsst::geom::Angle, bool) |
|
template SimpleMatchVector | matchRaDec (SimpleCatalog const &, SimpleCatalog const &, lsst::geom::Angle, MatchControl const &) |
|
template ReferenceMatchVector | matchRaDec (SimpleCatalog const &, SourceCatalog const &, lsst::geom::Angle, bool) |
|
template ReferenceMatchVector | matchRaDec (SimpleCatalog const &, SourceCatalog const &, lsst::geom::Angle, MatchControl const &) |
|
template SourceMatchVector | matchRaDec (SourceCatalog const &, SourceCatalog const &, lsst::geom::Angle, bool) |
|
template SourceMatchVector | matchRaDec (SourceCatalog const &, SourceCatalog const &, lsst::geom::Angle, MatchControl const &) |
|
std::vector< Match< typename Cat::Record, typename Cat::Record > > | matchRaDec (Cat const &cat, lsst::geom::Angle radius, bool symmetric) |
|
template SimpleMatchVector | matchRaDec (SimpleCatalog const &, lsst::geom::Angle, bool) |
|
template SimpleMatchVector | matchRaDec (SimpleCatalog const &, lsst::geom::Angle, MatchControl const &) |
|
template SourceMatchVector | matchRaDec (SourceCatalog const &, lsst::geom::Angle, bool) |
|
template SourceMatchVector | matchRaDec (SourceCatalog const &, lsst::geom::Angle, MatchControl const &) |
|
SourceMatchVector | matchXy (SourceCatalog const &cat1, SourceCatalog const &cat2, double radius, bool closest) |
|
SourceMatchVector | matchXy (SourceCatalog const &cat, double radius, bool symmetric) |
|
template BaseCatalog | packMatches (SimpleMatchVector const &) |
|
template BaseCatalog | packMatches (ReferenceMatchVector const &) |
|
template BaseCatalog | packMatches (SourceMatchVector const &) |
|
template SimpleMatchVector | unpackMatches (BaseCatalog const &, SimpleCatalog const &, SimpleCatalog const &) |
|
template ReferenceMatchVector | unpackMatches (BaseCatalog const &, SimpleCatalog const &, SourceCatalog const &) |
|
template SourceMatchVector | unpackMatches (BaseCatalog const &, SourceCatalog const &, SourceCatalog const &) |
|
std::ostream & | operator<< (std::ostream &os, Schema const &schema) |
|