Add pipeline diagnostics, registration analysis, and quality reporting scripts#91
Closed
FIrgolitsch wants to merge 1 commit intomainfrom
Closed
Add pipeline diagnostics, registration analysis, and quality reporting scripts#91FIrgolitsch wants to merge 1 commit intomainfrom
FIrgolitsch wants to merge 1 commit intomainfrom
Conversation
Adds pipeline diagnostics (linum_diagnose_pipeline.py, linum_diagnose_reconstruction.py), HTML/JSON quality report generation (linum_generate_pipeline_report.py), slice quality assessment (CPU + GPU), shift and acquisition analysis scripts, tile dilation analysis, mosaic AIP generation, intensity normalization utilities, and linum_suggest_params.py for automated parameter recommendation.
Contributor
Author
|
Closing in favour of #100 (recreated with squashed commits as part of the PR split plan refresh). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A collection of standalone scripts for inspecting, diagnosing, and reporting on any stage of the reconstruction pipeline. None of these scripts are required for the core pipeline — they are investigative and QC tools.
Diagnostics
linum_diagnose_pipeline.py(~1200 lines) — checks directory layout, file integrity, and common issues across the full pipelinelinum_diagnose_reconstruction.py— targeted reconstruction diagnosticsQuality Assessment
linum_assess_slice_quality.py— CPU sharpness/contrast/SNR per slicelinum_assess_slice_quality_gpu.py— GPU-accelerated versionAnalysis
linum_analyze_acquisition_rotation.py— estimates acquisition rotation from metadatalinum_analyze_registration_transforms.py— inspects estimated transformslinum_analyze_shifts.py— shift distribution analysis and visualisationlinum_analyze_tile_dilation.py/linum_aggregate_dilation_analysis.py— tile dilation and expansion analysis across subjectsReporting
linum_generate_pipeline_report.py(~1700 lines) — generates HTML/JSON quality reports from collected pipeline metricslinum_generate_mosaic_aips.py— batch AIP generation for mosaic directoriesUtilities
linum_compare_stitching.py— side-by-side stitching quality comparisonlinum_normalize_z_intensity.py— Z-direction intensity normalisationlinum_extract_pyramid_levels.py— extract specific OME-Zarr pyramid levelslinum_screenshot_omezarr_annotated.py— annotated screenshot generationlinum_aip_png.py— quick-export AIP to PNGlinum_clean_raw_data.py— raw data directory cleanup and reorganisationlinum_suggest_params.py— automated parameter suggestions from data characteristicsDependencies
Depends on PR #85 (thread config module) and PR #86 (
utils/metrics.py).