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

DM-10688: return update ccdSet in solveMosaic_CCD #12

Merged
merged 1 commit into from May 30, 2017

Conversation

pschella
Copy link

No description provided.

@pschella pschella changed the title Add in/out STL parameter workaround for solveMosaic_CCD* DM-10688: return update ccdSet in solveMosaic_CCD May 30, 2017
@@ -910,14 +910,14 @@ def mosaic(self, dataRefList, tractInfo, ct=None, debug=False, diagDir=".",

if self.config.doSolveWcs:
if internal:
coeffSet = measMosaic.solveMosaic_CCD(order, nmatch, nsource,
coeffSet, matchVec, sourceVec, wcsDic, ccdSet = measMosaic.solveMosaic_CCD(order, nmatch, nsource,
Copy link
Contributor

Choose a reason for hiding this comment

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

The returned values need to be assigned to the mosaicTask after this. Currently all of them are set before.

@pschella pschella merged commit 096dcc8 into master May 30, 2017
@ktlim ktlim deleted the tickets/DM-10688 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