Skip to content

Commit

Permalink
Refer to correct object in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jun 30, 2023
1 parent a5f5b35 commit 932d38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/multiBand.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class MeasureMergedCoaddSourcesTask(PipelineTask):
peakSchema : ``lsst.afw.table.Schema`, optional
The schema of the PeakRecords in the Footprints in the merged detection catalog.
refObjLoader : `lsst.meas.algorithms.ReferenceObjectLoader`, optional
An instance of LoadReferenceObjectsTasks that supplies an external reference
An instance of ReferenceObjectLoader that supplies an external reference
catalog. May be None if the loader can be constructed from the butler argument or all steps
requiring a reference catalog are disabled.
initInputs : `dict`, optional
Expand Down
2 changes: 1 addition & 1 deletion tests/test_loadReferenceCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setup_module(module):


class TrivialLoader(ReferenceObjectLoader):
"""Minimal subclass of LoadReferenceObjectsTask"""
"""Minimal subclass of ReferenceObjectLoader"""
def make_synthetic_refcat(self, center, flux):
"""Make a synthetic reference catalog."""
filters = ["ref1", "ref2", "ref3"]
Expand Down

0 comments on commit 932d38d

Please sign in to comment.