Skip to content

Separate dark processor in its own class. Problem was in using a singleton to...

Jasem Mutlaq requested to merge (removed):dark_processor into master

Separate dark processor in its own class. Problem was in using a singleton to perform dark subtraction but when more than one module was performing dark subtractions at same time, this may lead to conflicts and crash. Now each module has its own dark processor

Merge request reports