Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Team:Data Release Production
-
Urgent?:No
Description
This example, in $IP_ISR_DIR/examples, is not running with w_2017_5, and currently exits with the error below (tested on py 2 [by me] and 3 [by Josh] ).
Traceback (most recent call last):
|
File "runIsrTask.py", line 50, in <module>
|
exposure = runIsr()
|
File "runIsrTask.py", line 33, in runIsr
|
output = isrTask.run(rawExposure, dark=darkExposure, flat=flatExposure)
|
File "/tigress/HSC/LSST/stack_20160915/Linux64/pipe_base/12.1-5-g06c326c+5/python/lsst/pipe/base/timer.py", line 121, in wrapper
|
res = func(self, *args, **keyArgs)
|
File "/tigress/HSC/LSST/stack_20160915/Linux64/ip_isr/12.1-5-g9b15cd5+7/python/lsst/ip/isr/isrTask.py", line 464, in run
|
raise RuntimeError("Must supply a linearizer if config.doBias True")
|
RuntimeError: Must supply a linearizer if config.doBias True
|
Attachments
Issue Links
- relates to
-
DM-9389 Provide a working IsrTask example
- Won't Fix
-
DM-9142 calibrateTask.py example not working on current stack
- Won't Fix
-
DM-1448 Move code for mock images into afw so it reusable.
- Done
-
RFC-290 Remove runIsrTask.py and calibrateTask.py examples from Stack? (for now)
- Implemented
- mentioned in
-
Page Loading...
Mandeep writes: