Skip to content

Commit

Permalink
Merge pull request #40 from lsst/tickets/DM-41808
Browse files Browse the repository at this point in the history
DM-41808: Fix refObjLoader breakage in atmospec
  • Loading branch information
parejkoj committed Nov 21, 2023
2 parents 6b3ca4c + b27718e commit cc88938
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/lsst/atmospec/processStar.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,9 @@ class ProcessStarTask(pipeBase.PipelineTask):
_DefaultName = "processStar"

def __init__(self, **kwargs):
# TODO: rename psfRefObjLoader to refObjLoader
super().__init__(**kwargs)
self.makeSubtask("isr")
self.makeSubtask("charImage", refObjLoader=None)
self.makeSubtask("charImage")

self.debug = lsstDebug.Info(__name__)
if self.debug.enabled:
Expand Down

0 comments on commit cc88938

Please sign in to comment.