dran.pipelines package#
Submodules#
dran.pipelines.analysis_processing module#
dran.pipelines.docs_processing module#
- dran.pipelines.docs_processing.run_docs_processing(args, paths, log)[source]#
Serve the packaged built docs and open them in a browser.
- Parameters:
paths (ProjectPaths)
log (Logger)
- Return type:
None
dran.pipelines.fits_processing module#
- dran.pipelines.fits_processing.run_fits_processing(args, paths, log)[source]#
Pipeline entry point for FITS processing.
Responsibilities: - validate required CLI args - dispatch to FITS processing workflow
- Parameters:
args (Namespace)
paths (ProjectPaths)
log (Logger)
- Return type:
None
dran.pipelines.gui_processing module#
- dran.pipelines.gui_processing.run_gui_processing(args, paths, log)[source]#
- Parameters:
args (Namespace)
paths (ProjectPaths)
log (Logger)
- Return type:
None
dran.pipelines.web_processing module#
- dran.pipelines.web_processing.run_web_processing(args, path, log)[source]#
- Parameters:
path (ProjectPaths)
log (Logger)
- Return type:
None