dran.pipelines package#

Submodules#

dran.pipelines.analysis_processing module#

dran.pipelines.analysis_processing.run_analysis_processing(args, path, log)[source]#
Parameters:

log (Logger)

Return type:

None

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:
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:
Return type:

None

dran.pipelines.gui_processing module#

dran.pipelines.gui_processing.run_gui_processing(args, paths, log)[source]#
Parameters:
Return type:

None

dran.pipelines.gui_processing.main()[source]#

dran.pipelines.web_processing module#

dran.pipelines.web_processing.run_web_processing(args, path, log)[source]#
Parameters:
Return type:

None

Module contents#