Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review for DM-6631 Single-frame processing tasks are no longer usable without a Butler #9

Merged
merged 1 commit into from Jul 1, 2016

Conversation

hsinfang
Copy link

No description provided.

external reference catalog. May be None if the butler argument is provided or
all steps requiring a reference catalog are disabled.
@param[in,out] kwargs other keyword arguments for lsst.ctrl.pool.BatchParallelTask
"""
BatchParallelTask.__init__(self, *args, **kwargs)
self.ignoreCcds = set(self.config.ignoreCcdList)
self.makeSubtask("processCcd", butler=butler)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to pipe_tasks, should refObjLoader be passed down here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely; this is just an oversight on my part. Will fix.

@TallJimbo TallJimbo merged commit 480ba37 into master Jul 1, 2016
@ktlim ktlim deleted the tickets/DM-6631 branch August 25, 2018 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants