Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Epic Link:
-
Sprint:DRP F16-3
-
Team:Data Release Production
Description
procesFile needs to be updated to adapt to current Mac OS X SIP workarounds and to migrate from calibrateTask->characterizeImageTask.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Robert Lupton I get the following error when running:
[serenity tmp] processFile.py SN2011gy_A_H_20111115.lsst.fits
Traceback (most recent call last):
File "/Users/wmwv/local/lsst/processFile/bin/processFile.py", line 406, in <module>
displayResults=args.display, verbose=args.verbose)
File "/Users/wmwv/local/lsst/processFile/bin/processFile.py", line 141, in run
isrTask.run(exposure, defects=defects)
File "/Users/wmwv/lsstsw/stack/DarwinX86/pipe_base/12.0-8-gfd1563d+1/python/lsst/pipe/base/timer.py", line 121, in wrapper
res = func(self, *args, **keyArgs)
File "/Users/wmwv/lsstsw/stack/DarwinX86/ip_isr/12.0-5-g164de64+1/python/lsst/ip/isr/isrTask.py", line 483, in run
self.suspectDetection(ccdExposure, amp)
File "/Users/wmwv/lsstsw/stack/DarwinX86/ip_isr/12.0-5-g164de64+1/python/lsst/ip/isr/isrTask.py", line 705, in suspectDetection
suspectLevel = amp.getSuspectLevel()
AttributeError: 'FakeAmp' object has no attribute 'getSuspectLevel'