Skip to content

Smart scan

Ismet Siral requested to merge SmartScan into devel

This is a tmp/WIP merge request to provide diff for the developers. I don't recommend accepting this merge request. The main reason is currently this tool shouldn't be comptabile with other loops since outerIdent hasn't been properly set yet. This branch doesn't have the Hist2D fix (To prevent potential conflicts), I recommend applying that fix before running this code.

The Smart Scan tool provides a faster parameter scan for the devlopers, It achives this by following this algorithm:

// # Overal Functionality: The smart threshold scans over large steps inputed by the user. // # First, the parameter loop scans over the start to end with large steps and identifies the region of interest. //# The RIO is selected by identifying the where the scurve becomes stable. // # Then runs over a normal parameter scan over the idenfitified region of interrest. // # This method changes the number of datapoints the parameter scan point runs over and also the number of points lmcurve fits. This way a significant speed gain is obtained. I believe this can be further improved in the future.

Edited by Ismet Siral

Merge request reports