-
Notifications
You must be signed in to change notification settings - Fork 19
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-43077: Convert all tasks to use CalibrateImageTask outputs #979
base: main
Are you sure you want to change the base?
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9a5dfe - Browse repository at this point
Copy the full SHA d9a5dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a20203c - Browse repository at this point
Copy the full SHA a20203cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a939d4c - Browse repository at this point
Copy the full SHA a939d4cView commit details -
Use regular column functor for id field
Now that reprocessVisitImage is directly writing an ArrowAstropy, it no longer has an index column, so we can just treat the id like a normal column.
Configuration menu - View commit details
-
Copy full SHA for 1df4911 - Browse repository at this point
Copy the full SHA 1df4911View commit details -
Remove STREAK flag from sdm catalogs
They will get added back in once we start propagating them from the diffim. Remove STREAK from MeasureMergedCoaddSources.
Configuration menu - View commit details
-
Copy full SHA for e3836da - Browse repository at this point
Copy the full SHA e3836daView commit details -
Remove calib_detected from sdm output
calib_detected is now meaningless, as the icSource table is no more.
Configuration menu - View commit details
-
Copy full SHA for eba22aa - Browse repository at this point
Copy the full SHA eba22aaView commit details -
Remove initial PhotoCalib in finalizeCharacterization.
This is needed for compatibility with outputs produced by CalibrateImageTask.
Configuration menu - View commit details
-
Copy full SHA for b2b2d95 - Browse repository at this point
Copy the full SHA b2b2d95View commit details -
Clean up MakeWarpTask docs and variable names.
Some doc parameter lists had gotten out of sync with the code, and it's always good to clarify whether you've got a DeferredDatasetHandle or a real object.
Configuration menu - View commit details
-
Copy full SHA for 901f93c - Browse repository at this point
Copy the full SHA 901f93cView commit details -
Apply calibration to warps after applying skyCorr backgrounds.
Background modeling is done on the image without the calibration applied, and that's how it should be subtracted, too. This was a clear bug in the old code, but probably a very minor one, because the photometric calibration is close to constant, and we were previously only incorrectly multiplying the skyCorr background by the ratio of the photometric calibration to its average.
Configuration menu - View commit details
-
Copy full SHA for ae0b327 - Browse repository at this point
Copy the full SHA ae0b327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142eaf9 - Browse repository at this point
Copy the full SHA 142eaf9View commit details -
Remove initial PhotoCalib in makeWarp.
This is needed for compatibility with outputs produced by CalibrateImageTask.
Configuration menu - View commit details
-
Copy full SHA for ddcd8c9 - Browse repository at this point
Copy the full SHA ddcd8c9View commit details