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-20069: Add config and dataset for PTC task and metadata #119

Merged
merged 1 commit into from Oct 1, 2019

Conversation

mfisherlevine
Copy link
Contributor

No description provided.

config.isr.doFlat = False
config.isr.doFringe = False
config.isr.doCrosstalk = False
config.isr.doAddDistortionModel = False
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Everything from this point downwards should live in the task's setDefaults() option I think, and especially the saturation stuff.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually, I think all of the isr stuff should actually.

Copy link
Contributor

Choose a reason for hiding this comment

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

That sounds reasonable to me as well.

config.isr.doFlat = False
config.isr.doFringe = False
config.isr.doCrosstalk = False
config.isr.doAddDistortionModel = False
Copy link
Contributor

Choose a reason for hiding this comment

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

That sounds reasonable to me as well.

@@ -0,0 +1,23 @@
import os.path
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this an orphan from another ticket? This (and the template below) do not seem associated with the PTC work.

@@ -463,3 +467,11 @@ datasets:
storage: FitsStorage
tables: raw
template: binned_sensor/%(dstype)s-v%(visit)08d/%(raftName)s/%(detectorName)s_%(half)s.fits
newDefects:
Copy link
Contributor

Choose a reason for hiding this comment

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

This template.

@timj timj changed the title tickets/DM-20069 Add config and dataset for PTC task and metadata DM-20069: Add config and dataset for PTC task and metadata Sep 18, 2019
@plazas plazas force-pushed the tickets/DM-20069 branch 2 times, most recently from 3031271 to 216fa2c Compare September 21, 2019 19:04
Add failing test for ComCam header

Add comCam translator

Ensure that detector mappings are forced to None by subclasses

Without this it is possible for a subclass to pick up the detector
mappings from a parent translator.

Add gen2 comCam support and test file

Replace afwGeom with geom

Revert "Update gitignore"

This reverts commit f487f44.

The test data directory includes butler and fits files so we
can not ignore all of them.

Explicitly ignore defect fits files

Add comCam test data

Fix docstrings to refer to comCam rather than TS8

Remove eimage from comCam mapper

Add config and dataset for defect finding task

Revert "Merge branch 'tickets/DM-19709'"

This reverts commit 929d6f2, reversing
changes made to ce492fc.

Revert "Revert "Merge branch 'tickets/DM-19709'""

This reverts commit 7f7d1e2.

Add config and dataset for PTC task and metadata

Added another template in lsstCammapper.yaml for PTC output data

Renamed gain and noise output data product
@plazas plazas merged commit b1b76ca into master Oct 1, 2019
@timj timj deleted the tickets/DM-20069 branch May 12, 2022 16:43
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

4 participants