Skip to content

AT4-1385 - Adding a summary file exporter in RFIM-SPS Test

Adding a functionality to RFIM-SPS Tests inside ProTest to export a summary text-file with details of detections, non-detections and other meta-data in order to ease the analyse the outcome of the test. The file when imported as pandas.DataFrame looks like this

0  rfim_sps      0.125   0.1  100  150.0   7Lha      detection      56000.000141      100.0         800.0      54.772256
1  rfim_sps      0.125   0.1  100  150.0   7Lha      detection      56000.000511      100.0         800.0      54.772256
2  rfim_sps      0.125   0.1  100  150.0   7Lha  non_detection  56000.000048      100.0         800.0      54.772256
3  rfim_sps      0.125   0.1  100  150.0   7Lha  non_detection  56000.000233      100.0         800.0      54.772256
4  rfim_sps      0.125   0.1  100  150.0   7Lha  non_detection  56000.000326      100.0         800.0      54.772256
5  rfim_sps      0.125   0.1  100  150.0   7Lha  non_detection  56000.000418      100.0         800.0      54.772256```

Merge request reports

Loading