Skip to content

Commit

Permalink
Add a note to HTMIndexDiaPosition plugin (DM-32046)
Browse files Browse the repository at this point in the history
This plugin is not used for APDB purposes any more, but may be used by
something else later.
  • Loading branch information
andy-slac committed Oct 12, 2021
1 parent 126824a commit 5f3adf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/lsst/meas/base/diaCalculationPlugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ class HTMIndexDiaPositionConfig(DiaObjectCalculationPluginConfig):
@register("ap_HTMIndex")
class HTMIndexDiaPosition(DiaObjectCalculationPlugin):
"""Compute the mean position of a DiaObject given a set of DiaSources.
Notes
-----
This plugin was implemented to satisfy requirements of old APDB interface
which required ``pixelId`` column in DiaObject with HTM20 index. APDB
interface had migrated to not need that information, but we keep this
plugin in case it may be useful for something else.
"""
ConfigClass = HTMIndexDiaPositionConfig

Expand Down

0 comments on commit 5f3adf0

Please sign in to comment.