-
Notifications
You must be signed in to change notification settings - Fork 20
DM-50038: Fix DcrMultiband technical debt #1103
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
base: main
Are you sure you want to change the base?
Conversation
28ed7be
to
535dfcc
Compare
storageClass="ExposureF", | ||
dimensions=("tract", "patch", "band", "subfilter", "skymap"), | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These names should probably be updated to be consistent with the new names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by the "new names?"
doc="Input schema for measure merged task produced by a deblender or detection task", | ||
name="deepCoadd_deblendedFlux_schema", | ||
storageClass="SourceCatalog", | ||
# dimensions=("tract", "patch", "band", "skymap") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be a lot of things commented out here, these should be removed if not needed.
d270ad4
to
6815f1c
Compare
24ecb03
to
37c1d70
Compare
d5e4f24
to
522d39f
Compare
cb59af5
to
635240e
Compare
from .mergeDetections import MergeDetectionsConfig, MergeDetectionsTask # noqa: F401 | ||
from .mergeMeasurements import MergeMeasurementsConfig, MergeMeasurementsTask # noqa: F401 | ||
from .multiBandUtils import CullPeaksConfig # noqa: F401 | ||
from .deblendCoaddSourcesPipeline import DeblendCoaddSourcesSingleConfig # noqa: F401 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these imports from the same file can go in the same statement.
aaef9bb
to
1dd23d2
Compare
2b5eef2
to
e961ce1
Compare
37dcd28
to
9519a27
Compare
No description provided.