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.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
|
Sprint | AP F22-6 (November) [ 1198 ] |
Sprint | AP F22-6 (November) [ 1198 ] | AP F22-5 (October) [ 1191 ] |
Rank | Ranked higher |
Summary | Deprecate and remove ap_verify_hits2015 dataset | Deprecate ap_verify_hits2015 dataset |
Story Points | 4 | 2 |
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 it and associated documentation references. | 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. |
Component/s | ap_verify [ 14167 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Story Points | 2 | 1 |
Reviewers | Kenneth Herner [ kherner ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
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.