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-11138: Add jointcal_ prefixes to wcs and photoCalib datasets. #27

Merged
merged 1 commit into from Mar 4, 2018

Conversation

TallJimbo
Copy link
Member

fcr is left unchanged; it's already semi-deprecated in favor of photoCalib (now jointcal_photoCalib).

The test and display code that uses old outputs committed to this repository has also been left unchanged.

try:
return dataRef.get("jointcal_wcs")
except NoResults:
return dataRef.get("wcs").getWcs()
Copy link
Contributor

Choose a reason for hiding this comment

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

Worth noting that this is for compatibility with old datasets?

@TallJimbo TallJimbo force-pushed the tickets/DM-11138 branch 2 times, most recently from fa8a0f3 to 701ba38 Compare March 2, 2018 15:12
fcr is left unchanged; it's already semi-deprecated in
favor of photoCalib (now jointcal_photoCalib).

The test and display code that uses old outputs committed
to this repository has also been left unchanged, aside
from an update to make sure the backwards-compatibility
fallbacks work.
@TallJimbo TallJimbo merged commit e85fd51 into master Mar 4, 2018
@ktlim ktlim deleted the tickets/DM-11138 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