Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:
-
Team:Data Release Production
-
Urgent?:No
Description
This function has been replaced with a "private" function (name prepended by an underscore). Please remove the deprecated version after the v25 Science Pipelines release (and prior to the v26 release).
Note: there is a TODO in makeWarp.py to also remove a conditional that is only needed for the deprecated version. Search for the following text to find it:
# TODO: The following conditional is only required for backwards |
# compatibility with the deprecated prepareCalibratedExposures() |
# method. Can remove with its removal after the deprecation |
# period. |
if isinstance(calExp, DeferredDatasetHandle): |
calExp = calExp.get() |