-
Type: Bug
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Sprint:2DDRP-2019 D
reduceArc.py seems to fail with the config parameters
--config reduceExposure.doSubtractContinuum=True reduceExposure.doWriteCalexp=True
Note that at the moment reduceArc passes without these config parameters specified, but it creates psfArm file that is 0 bytes for the first visit id. If more values for visit id are passed, psfArm files that have non-zero size are created for the non-initial visits. This is described in comments of PIPE2D-339. Perhaps fixing that issue will fix this one as well.
With pfs_pipe2d 5.0-10-gff9a74e and checkout of tickets/PIPE2D-404, on tigress, this works :
reduceArc.py /tigress/ncaplar/ReducedData/HgArFeb_2019 --calib /tigress/ncaplar/ReducedData/HgArFeb_2019/CALIB --rerun Apr25_2019_reduce_subtract/arc --id visit=11748..11753 -j 20
while this does not:
reduceArc.py /tigress/ncaplar/ReducedData/HgArFeb_2019 --calib /tigress/ncaplar/ReducedData/HgArFeb_2019/CALIB --rerun Apr25_2019_reduce_subtract/arc --id visit=11748..11753 -j 20 --config reduceExposure.doSubtractContinuum=True reduceExposure.doWriteCalexp=True