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

Tickets/dm 5988 #7

Merged
merged 3 commits into from
May 16, 2016
Merged

Tickets/dm 5988 #7

merged 3 commits into from
May 16, 2016

Conversation

SimonKrughoff
Copy link

No description provided.

lsst.daf.base.DateTime won't successfully parse a string unless it
is in YYYY-MM-DDTHH:MM::SS.sssZ format.
The combined images are DecoratedImages (no mask, weight or Calib)
so we write the header keywords afw looks for when making a Calib.
def run(*args, **kwargs):
combined = CalibCombineTask.run(*args, **kwargs)
combined.getMetadata().set("EXPOSURE", 1.0)
combined.getMetadata().set("EXPTIME", 1.0)
Copy link
Author

Choose a reason for hiding this comment

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

Why force an exposure time of 1? I don't see where the dark counts are normalized. Ideally, this should come from the calib object right?

@PaulPrice PaulPrice merged commit 355ca09 into master May 16, 2016
@ktlim ktlim deleted the tickets/DM-5988 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