Coverage for openhcs/processing/presets/__init__.py: 0.0%

1 statements  

« prev     ^ index     » next       coverage.py v7.11.0, created at 2025-11-04 02:09 +0000

1""" 

2OpenHCS Pipeline Presets 

3 

4Production-tested pipeline examples demonstrating common OpenHCS workflows. 

5 

6This module contains real-world pipeline examples that serve as: 

7- Templates for users building similar workflows 

8- Documentation of usage patterns 

9- Foundation for the future preset system 

10 

11Pipeline Categories: 

12- Stitching: Multi-site image assembly workflows 

13- Microfluidic Analysis: Device-based compartment analysis 

14- Simple Processing: Basic filtering and preprocessing 

15 

16See README.md in this directory for detailed documentation. 

17""" 

18 

19__all__ = [] 

20 

21# Presets are loaded on-demand from the pipelines/ subdirectory 

22# to avoid import overhead and allow dynamic discovery 

23