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-5005 #8

Merged
merged 5 commits into from Feb 16, 2016
Merged

tickets/DM-5005 #8

merged 5 commits into from Feb 16, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Feb 16, 2016

No description provided.

Empty the config override files, so that defaults are used
(but leave the files so users can temporarily add items).
To improve clarity of the override files rename anetAstrometryConfig.py
to cfhtConfig.py and delete newAstrometryConfig.py.
Hide bin/*.py and log files
Return only a Struct, not a tuple containing a Struct
Document return values
Return goodMatches and not "match" (get that via len(goodMatches)).
@@ -37,6 +37,19 @@
from .util import getCcdKeyName, repoNameToPrefix, calcOrNone
from .io import saveKpmToJson

from lsst.obs.cfht import MegacamMapper
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, @r-owen I didn't catch this in my earlier review! I'm still developing my reviewing skills.

validate_drp does not depend on obs_cfht. We can't assume that this mapper is available.

objIdToCcdId should be passed the mapper in some way.

[I totally understand how this routine is useful to you.]

[Sorry, I see where it's used. But it does seem out of scope for DM-5005.]

@r-owen
Copy link
Contributor Author

r-owen commented Feb 16, 2016

This was an accident. I apologize. It was only meant to be temporary code for my own debugging purposes. I removed it on master.

@ktlim ktlim deleted the tickets/DM-5005 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