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-22952: Gen 3 version of DCR image differencing #152

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

isullivan
Copy link
Contributor

No description provided.

mask = None
variance = None
photoCalib = None
modelImages = [[] for _s in range(len(availableCoaddRefs))]
Copy link
Member

Choose a reason for hiding this comment

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

There should be exactly one image per subfilter in a stored model shouldn't be ? I'd recommend to initialize modelImages with a list of None-s as they are simply replaced later. What about [None, ] * len(availableCoaddRefs) ?

@isullivan isullivan force-pushed the tickets/DM-22952 branch 3 times, most recently from 1b5139e to 376ed22 Compare April 22, 2020 18:11
@isullivan isullivan merged commit 497ad8f into master Apr 22, 2020
@isullivan isullivan deleted the tickets/DM-22952 branch April 22, 2020 20:09
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