Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Alert Production
-
Urgent?:No
Description
$ imageDifference.py DATA/ --rerun ci_hsc:gen2cmp_2020-01-31 -c doSelectSources=False --id visit=903334 ccd=22 filter=HSC-R |& tee -a imgDiff_gen2_hsc_2020-01-31.log
|
|
|
/ssd/gkovacs/devel/active/DM-22541_ip_diffim/python/lsst/ip/diffim/imagePsfMatch.py:785: FutureWarning: Call to deprecated method getImageF(). (Zero-argument overload is deprecated; use one that takes an ``interpStyle`` instead. To be removed after 20.0.0.)
|
bkgd = self.background.fitBackground(mi).getImageF()
|
/ssd/gkovacs/devel/active/DM-22541_pipe_tasks_gen3_run/python/lsst/pipe/tasks/imageDifference.py:843: FutureWarning: Call to deprecated method makeSourceCatalog. (Replaced by SourceDetectionTask.run(). Will be removed after v20.)
|
doSmooth=not self.config.doPreConvolve
|
Attachments
Issue Links
- blocks
-
DM-20564 Do release 20.0.0 of science pipelines
- Done
- relates to
-
DM-22814 Remove afw APIs deprecated in DM-17566
- Done
-
DM-24331 Fix ImageDifferenceTask and related v21 deprecation warnings
- Done
-
DM-22541 Add gen3 support classes to ImageDifferenceTask
- Done
-
DM-6571 Remove the 'makeSourceCatalog' alias for the run method of SourceDetectionTask
- Done
(4 mentioned in)
We ought to remove these before v20 is released. Is it easy? If so, let's just do it!