Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP S19-3
-
Team:Data Release Production
Description
When running
constructBias.py /datasets/ts8/repo-004 --calib /project/plazas/calibrations/ --output /project/plazas/test_output_dir --id imageType='BIAS' run=9120 --batch-type none --config isr.doCrosstalk=False --clobber-config
|
the following error appears:
AttributeError: lsst.pipe.drivers.constructCalibs.BiasConfig has no attribute doLinearize
|
Fix: change config.load to config.isr.load in bias.py, flat.py, dark.py (in obs_lsst/config/).
Looks like what I expected.