Map<String, Detector> detectors = extractor.getDetectors();
Strategy strategy = extractor.getStrategy();
// Apply models' strategy
report(0.0, "Setup models");
strategy.addAlgorithm(PhiRhoZAlgorithm.class, getCorrectionAlgorithm());
AlgorithmUser.applyGlobalOverride(strategy);
// Setup and run detectors
int i = 0;
double length = detectors.size();