-
Type:
Bug
-
Status: Won't Fix (View Workflow)
-
Priority:
Normal
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
reduceProfiles.processExposure currently returns a Struct which is inconsistent with the one returned by self.reduceExposure.runDataRef which cause the command to fail :
File "/work/stack_INFRA-312/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/cmdLineTask.py", line 436, in __call__
result = self.runTask(task, dataRef, kwargs)
File "/work/stack_INFRA-312/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/pipe_base/g590c34a36e+5da9528084/python/lsst/pipe/base/cmdLineTask.py", line 504, in runTask
return task.runDataRef(dataRef, **kwargs)
File "/work/stack_INFRA-312/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/drp_stella/w.2023.37/python/pfs/drp/stella/reduceProfiles.py", line 191, in runDataRef
normExp = self.combine([norm.exposureList[0] for norm in normList])
File "/work/stack_INFRA-312/stack/miniconda3-py38_4.9.2-3.0.0/Linux64/drp_stella/w.2023.37/python/pfs/drp/stella/reduceProfiles.py", line 191, in <listcomp>
normExp = self.combine([norm.exposureList[0] for norm in normList])
AttributeError: 'Struct' object has no attribute 'exposureList'
- relates to
-
PIPE2D-1301 add support for reduceProfiles in generateCommands
-
- Done
-