delta.pipeline.Position.preprocess

Position.preprocess(reference: Optional[ndarray[Any, dtype[float32]]] = None, rotation_correction: Union[float, bool] = True)

Pre-process position (Rotation correction, identify ROIs, initialize drift correction)

Parameters
reference2D array, optional

Reference image to use to perform pre-processing. If None, the first image of each position will be used. The default is None.

rotation_correctionfloat or bool, optional

If bool, flag whether to perform rotation correction. If number, value of rotation correction. The default is True.

Returns
None.