Skip to content

Commit

Permalink
Merge pull request #297 from lsst/tickets/DM-31698
Browse files Browse the repository at this point in the history
DM-31698: Move ConvertReferenceCatalog classes out of ingestIndex file
  • Loading branch information
parejkoj committed Oct 17, 2022
2 parents 169e04b + 0bb79b6 commit ee093ee
Show file tree
Hide file tree
Showing 10 changed files with 719 additions and 847 deletions.
4 changes: 2 additions & 2 deletions doc/lsst.meas.algorithms/creating-a-reference-catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This page describes how to "convert" and "ingest" an external catalog for use as
The process for generating an LSST-style HTM indexed reference catalog is similar to that of running other LSST Tasks: write an appropriate ``Config`` and run :lsst-task:`~lsst.meas.algorithms.convertReferenceCatalog.ConvertReferenceCatalogTask`
The differences are in how you prepare the input data, how you go about running the ``Task``, and what you do with the final output.

Ingesting a large reference catalog can be a slow process.
Ingesting all of Gaia DR2 took a weekend on a high-performance workstation running with 8 parallel processes, for example.
Converting a large reference catalog can be a slow process.
Converting all of Gaia DR2 took a weekend on a high-performance workstation running with 8 parallel processes, for example.

This page uses `Gaia DR2`_ as an example.

Expand Down
1 change: 0 additions & 1 deletion python/lsst/meas/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
from .sourceSelector import *
from .astrometrySourceSelector import *
from .matcherSourceSelector import *
from .ingestIndexReferenceTask import *
from .convertReferenceCatalog import *
from .convertRefcatManager import *
from .loadIndexedReferenceObjects import *
Expand Down

0 comments on commit ee093ee

Please sign in to comment.