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-3368 #21

Merged
merged 2 commits into from Apr 25, 2016
Merged

DM-3368 #21

merged 2 commits into from Apr 25, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Apr 11, 2016

No description provided.

from lsst.utils import getPackageDir

config.processCcd.load(os.path.join(getPackageDir("obs_subaru"), "config", "processCcd.py"))
config.processCcd.load(os.path.join(getPackageDir("obs_subaru"), "config", "hsc", "processCcd.py"))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why is this line present? This looks like a bug. It has the effect of always calling HSC-specific overrides even if processing SuprimeCam data, which means that the HSC-specific overrides are being treated as universal for Subaru and should be here, not in the HSC directory.

Copy link
Contributor

Choose a reason for hiding this comment

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

Right, there needs to be a config/hsc/singleFrameDriver.py to pull the HSC-specific overrides.

Copy link
Contributor

Choose a reason for hiding this comment

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

addressed

@natelust natelust force-pushed the tickets/DM-3368 branch 2 times, most recently from 8a84399 to 95dd00b Compare April 20, 2016 19:18
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

3 participants