Source
2015
2015
2016
2016
<param type="int" name="nmajor">
2017
2017
<shortdescription>Maximum number of major cycles to evaluate</shortdescription>
2018
2018
<description>Limits the number of major cycles that tclean executes.
2019
2019
2020
2020
The minimum number of major cycles to execute is 0. This value can be 0,
2021
2021
-1, or greater than 0. Negative means no limit. (default -1)
2022
2022
2023
2023
If the major cycle limit is reached stopcode 9 will be returned. Other stopping
2024
2024
criteria (such as threshold) could cause tclean to stop in fewer than this
2025
-
number of major cycles. In that case, the stopcode will be set based on that
2026
-
stopping criteria.
2025
+
number of major cycles. If tclean reaches another stopping criteria, first
2026
+
or at the same time as nmajor, then that stopcode will be returned instead.
2027
2027
2028
2028
If calcres=True, then an additional major cycle will be executed prior to
2029
2029
starting clean. This additional major cycle will be visible in the logs, but
2030
2030
it will not be included in the count for nmajor.
2031
2031
</description>
2032
2032
<value type="int">-1</value>
2033
2033
</param>
2034
2034
2035
2035
2036
2036