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-29055: Update Connections in SkyCorrectionTask #98

Merged
merged 2 commits into from Mar 4, 2021

Conversation

yalsayyad
Copy link
Contributor

for changed gen3 interface:

  • storage class for raws
  • calibration_label not in use anymore
  • need lookup function as workaround for inability to query
    calibration collections

Copy link
Member

@TallJimbo TallJimbo left a comment

Choose a reason for hiding this comment

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

Just some doc typing corrections.

And this is preexisting, but it might explain a lot - I think the runQuantum implementation needs to sort its input DatasetRef by ref.dataId["detector"] before passing them on to run, which seems to be zip-iterating them on the (dangerous) assumption that they're already consistently ordered.

python/lsst/pipe/drivers/skyCorrection.py Outdated Show resolved Hide resolved
python/lsst/pipe/drivers/skyCorrection.py Outdated Show resolved Hide resolved
for changed gen3 interface:
- storage class for raws
- calibration_label not in use anymore
- need lookup function as workaround for inability to query
  calibration collections
@yalsayyad yalsayyad force-pushed the tickets/DM-29055 branch 2 times, most recently from 54125fa to 667541a Compare March 4, 2021 03:52
@yalsayyad yalsayyad merged commit d00fb1e into master Mar 4, 2021
@yalsayyad yalsayyad deleted the tickets/DM-29055 branch March 4, 2021 06:17
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