Different from w_2018_15(DM-14144), the RuntimeError for filter=NB0921 was no longer seen in running matchedVisitMetrics.py. A json file was generated, and it's available at /datasets/hsc/repo/rerun/RC/w_2018_17/DM-14055/validateDrp/matchedVisitMetrics/9813/NB0921/matchedVisit_NB0921.json
However, running validateDrp.py and reportPerformance.py with it gave the following errors:
Traceback (most recent call last):
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/validate_drp/15.0-5-gfa4ad3e+2/bin/validateDrp.py", line 101, in <module>
|
validate.run(args.repo, **kwargs)
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/validate_drp/15.0-5-gfa4ad3e+2/python/lsst/validate/drp/validate.py", line 164, in run
|
print_pass_fail_summary(jobs, default_level=level)
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/validate_drp/15.0-5-gfa4ad3e+2/python/lsst/validate/drp/validate.py", line 515, in print_pass_fail_summary
|
spec_set = specs[metric]
|
KeyError: 'PA1'
|
Traceback (most recent call last):
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/validate_drp/15.0-5-gfa4ad3e+2/bin/reportPerformance.py", line 69, in <module>
|
release_level=args.release_level)
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/validate_drp/15.0-5-gfa4ad3e+2/python/lsst/validate/drp/report_performance.py", line 51, in run
|
input_table = objects_to_table(input_objects, level=srd_level)
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/validate_drp/15.0-5-gfa4ad3e+2/python/lsst/validate/drp/report_performance.py", line 116, in objects_to_table
|
spec_set = specs[metric]
|
KeyError: 'PA1'
|
I've therefore excluded NB0921 for validateDrp.py and reportPerformance.py.
Tried running this with w_2018_17 and found out that matchedVisitMetrics.py has been broken since w_2018_16. I've filed
DM-14257.