ewoksxas.tasks.tests.test_autobk#
Functions
|
Count the number of extrema which are larger than the filter_value. |
|
Run the task and convert output to AutoBKStats format. |
|
Replace |
|
Compare the full chi waveform against a stored larch snapshot. |
|
Test autobk task by changing clamp_hi parameter. |
|
Test autobk task by changing clamp_lo parameter. |
|
Test autobk task by changing dk parameter. |
|
Test autobk task by changing e0 parameter. |
|
Test autobk task by changing kmax parameter. |
|
Test autobk task by changing kmin parameter. |
|
Test autobk task by changing kweight parameter. |
|
Pin larch's absolute autobk output against a known-good reference. |
|
Test autobk task by changing nclamp parameter. |
|
Output types share one fit and differ only by exact in-task transforms. |
|
Test autobk task by changing rbkg parameter. |
|
With no 'output' key the task returns chi * k (the chik default). |
Without an e0 parameter, the table's e0 (from Normalize) is forwarded. |
|
|
An explicit e0 is passed straight through to autobk. |
An explicit edge_step is passed straight through to autobk. |
|
Parameters other than output/e0/edge_step reach autobk verbatim. |
|
|
output='chi' returns the raw chi from autobk. |
output='chie' is reported on the energy grid, not the k grid. |
|
output='chik2' returns chi * k**2. |
Classes
|
Dataclass for storing X(k) evaluation stats for quantitative comparison. |