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-19709 Add config and dataset for defect finding task #120

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

mfisherlevine
Copy link
Contributor

No description provided.

config.isrForDarks.load(os.path.join(getPackageDir("obs_lsst"), "config", "isr.py"))

config.ccdKey = 'detector'
config.assertSameRun = True
Copy link
Contributor

Choose a reason for hiding this comment

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

A comment for why this config is set, please?

config.ccdKey = 'detector'
config.assertSameRun = True

for config in [config.isrForDarks, config.isrForFlats]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment about why these are disabled here (not for biases?).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have commented on why in the code. The "not for biases" part doesn't make sense though - this is the two custom isr tasks for processing the darks and flats to find defects in, so there isn't one for biases.

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