Skip to content

Commit

Permalink
Add read catalog tasks to __init__.py for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Sep 17, 2021
1 parent a50c467 commit 4b350bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/meas/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
from .convertReferenceCatalog import *
from .convertRefcatManager import *
from .loadIndexedReferenceObjects import *
from .readFitsCatalogTask import *
from .readTextCatalogTask import *
from .indexerRegistry import *
from .reserveSourcesTask import *
from .skyObjects import *
Expand Down

0 comments on commit 4b350bf

Please sign in to comment.