Menu

par_control

A. Smith

par.control

When using a dynamic peak list, each step of peak addition typically executes peak addition, subtraction, splitting, and combining. The exception is before the last fit iteration, only peak removal and combination are executed. However, these settings may be edited with the ‘par.control’ parameter. ‘par.control’ is a 4 x ('par.add_peaks'+1) sized array with logical values. After the nth fitting, the nth column determines which of the four peak editing steps are performed. The rows are in the following order: add peaks, subtract peaks, split peaks, combine peaks (1=use method, 0=do not use method)..

For ‘par.add_peaks’=4:

par.control=[1 1 1 0 0;1 1 1 1 0;1 1 1 0 0;1 1 1 1 0];

Auth0 Logo