Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
from lsst.pipe.tasks.characterizeImage import CharacterizeImageTask
|
imCharConfig = CharacterizeImageTask.ConfigClass()
|
imCharConfig.measurePsf.psfDeterminer['psfex'].spatialOrder = 0
|
imCharTask = CharacterizeImageTask(config=imCharConfig)
|
imcharTask.run(exp)
|
The MWE above segfaults when given any exposure. Config validation should fix this.
Attachments
Issue Links
- duplicates
-
DM-10577 Using spatialOrder=0 seg faults
- Won't Fix
So it segfaults on 1 as well as 0? [retracted, there was a typo in the example that has been fixed]