Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ap_verify
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:AP F22-5 (October)
-
Team:Alert Production
-
Urgent?:No
Description
We are not planning to process large datasets through ap_verify. The large ap_verify_hits2015 dataset is thus no longer needed. We should RFC/deprecate it and remove associated documentation references.
Injecting the deprecation warning into the config works as expected:
py.warnings WARNING: /sdf/data/rubin/u/krzys001/ap_verify_hits2015/config/calibrate.py:5: FutureWarning: ap_verify_hits2015 is deprecated; it will be removed from the Rubin ObservatoryScience Pipelines after release 25.0.0
warnings.warn('ap_verify_hits2015 is deprecated; it will be removed from the Rubin Observatory'
The only problem is that this warning appears well into the execution of ap_verify.py, specifically after finishing the overscan correction pipeline.