pyimcom.diagnostics.layer_diagnostics
Report section for layer diagnostics.
Classes
- LayerReport
Layer report section.
Classes
The layer section of the report. |
Functions
|
Sorts/constructs percentiles from a memmapped array, then (optionally) deletes it. |
Module Contents
- _percentiles_and_delete(arr, pctiles, target, delete_arr)[source]
Sorts/constructs percentiles from a memmapped array, then (optionally) deletes it.
- Parameters:
arr (np.memmap) – The memory-mapped array.
pctiles (array-like) – The percentiles to generate.
target (np.ndarray) – The array to save the percentiles.
delete_arr (bool) – Whether to delete the array when done.
- Return type:
None
- class LayerReport(rpt)[source]
Bases:
pyimcom.diagnostics.report.ReportSectionThe layer section of the report.
Inherits from pyimcom.diagnostics.report.ReportSection. Overrides build.