Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_analysis
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
Description
Running the visit-level scripts using the current master of pipe_analysis (6b5727d) with the w_2018_10 stack gave errors in getting the wcs dataset.
Traceback (most recent call last):
|
File "/software/lsstsw/stack3_20171023/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_base/14.0-6-ge2c9487+51/python/lsst/pipe/base/cmdLineTask.py", line 408, in __call__
|
result = task.run(dataRef, **kwargs)
|
File "/home/hchiang2/stack/pipe_analysis/python/lsst/pipe/analysis/visitAnalysis.py", line 215, in run
|
raise RuntimeError("No datasets found for datasetType = {:s}".format(repoInfo.dataset))
|
RuntimeError: No datasets found for datasetType = wcs
|
It needs updates for the dataset name changes of DM-11138.
Hsin-Fang, I've pushed a branch that I think should fix things to work with the new and the old wcs dataset naming conventions. Could you double-check if this works on both your w_2018_10 and w_2018_08 RC2 runs? I'm not entirely sure if the comparison script adaptation will work, so if you could check the comparison between those two runs as well, that would be great.