Source
1891
1891
1892
1892
<param type="int" name="nmajor">
1893
1893
<shortdescription>Maximum number of major cycles to evaluate</shortdescription>
1894
1894
<description>Limits the number of major cycles that sdintimaging executes.
1895
1895
1896
1896
The minimum number of major cycles to execute is 0. This value can be 0,
1897
1897
-1, or greater than 0. Negative means no limit. (default -1)
1898
1898
1899
1899
If the major cycle limit is reached stopcode 9 will be returned. Other stopping
1900
1900
criteria (such as threshold) could cause sdintimaging to stop in fewer than this
1901
-
number of major cycles. In that case, the stopcode will be set based on that
1902
-
stopping criteria.
1901
+
number of major cycles. If sdintimaging reaches another stopping criteria, first
1902
+
or at the same time as nmajor, then that stopcode will be returned instead.
1903
1903
1904
1904
If calcres=True, then an additional major cycle will be executed prior to
1905
1905
starting clean. This additional major cycle will be visible in the logs, but
1906
1906
it will not be included in the count for nmajor.
1907
1907
</description>
1908
1908
<value type="int">-1</value>
1909
1909
</param>
1910
1910
1911
1911
1912
1912