| Description: Row increment step size when reading from readout_start_row to readout_end_row. For a step size of 1 the detector rows are contiguous. For a step size of 2 the detector skips the readout of every other row. The value can be negative in which case the readout_start_row must be greater than the readout_end_row. The step size will be inclusive of the readout_end_row. For example, if the readout_start_row is 1 and readout_end_row is 5 and row_step_size is 2 then the rows read out are 1, 3, 5. |