Skip to content

Commit

Permalink
Update translator docstring
Browse files Browse the repository at this point in the history
htm.depth=7 is what we've settled on for all our refcats, not just
ci_hsc.
  • Loading branch information
parejkoj committed Mar 3, 2020
1 parent 1c8acf9 commit 809c479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/base/gen2to3/translators.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,5 +437,5 @@ def dimensionNames(self):

# Translate Gen2 pixel_id to Gen3 skypix.
# TODO: For now, we just assume that the refcat indexer uses htm7, since that's
# what the ps1 refcat in testdata_ci_hsc uses.
# what we have generated most of our refcats at.
Translator.addRule(CopyKeyHandler("htm7", gen2key="pixel_id", dtype=int), gen2keys=("pixel_id",))

0 comments on commit 809c479

Please sign in to comment.