meanap.pipeline.report¶
Self-contained HTML output viewer for a MEA-NAP pipeline run.
Walks an output folder (the same tree output_folders.py creates) and
writes a single report.html that lets you browse it — a folder tree on
the left, an image gallery on the right, with a caption under each plot
explaining what it shows. No server or external JS/CSS needed; opening the
file directly in a browser works, including over file://.
Functions
|
|
|
|
|
Returns (title, caption) for a known plot filename, else None. |
|
Build |
- meanap.pipeline.report.describe_data_file(filename)[source]¶
- Parameters:
filename (str)
- Return type:
str | None
- meanap.pipeline.report.describe_folder(name)[source]¶
- Parameters:
name (str)
- Return type:
str | None