Service processor

processor.py

mercure’ processor that executes processing modules on DICOM series filtered for processing.

processor.exit_processor() None[source]

Callback function that is triggered when the process terminates. Stops the asyncio event loop.

processor.main(args=['-b', 'html', '-d', '_build/doctrees', '.', '_build/html']) None[source]
async processor.run_processor() None[source]

Main processing function that is called every second.

async processor.search_folder(counter) bool[source]
async processor.terminate_process(signalNumber, loop) None[source]

Triggers the shutdown of the service.