-
Type:
Story
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
The command
constructFiberProfiles.py /work/drp --calib /work/drp/CALIB --id arm=n spectrograph=3 visit=96895^96897^96900 --rerun rhl/eng-2023-07 --batch-type none -c isr.doFlat=False isr.doFlatNir=False isr.doIPC=True psfFwhm=3 forceFiberIds=True profiles.doBlindFind=False profiles.profileRadius=3 rerunISR=False --clobber-config -j 10
fails with
File "/home/rhl/PFS/drp/stella/python/pfs/drp/stella/constructFiberProfilesTask.py", line 212, in combine date = profiles.getVisitInfo().getDate() AttributeError: 'lsst.daf.base.propertyContainer.propertyList.Prope' object has no attribute 'getDate'
It's true; profiles.getVisitInfo() is not a VisitInfo.
Fortunately the command with the options isr.doFlat=False isr.doFlatNir=False isr.doIPC=True profiles.profileRadius=2 profiles.profileSwath=2000 profiles.profileOversample=5 runs to completion