-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.0
-
Component/s: None
-
Labels:None
-
Story Points:1
The throughput data in the spt_ExposureTimeCalculator product config/PFS.dat file are considered definitive. drp_instmodel currently reads a slightly edited scratch version of that. It shouldn't.
The format is slightly obnoxious, but nothing a little StringIO can't fix.
The pchip non-overshooting numpy spline used to interpolate it requires a pair of 0-flux points at each end. Those can trivially be added.