File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -181,19 +181,16 @@ def main(
181181 Called with the batch number that has just finished.
182182 detect_finished_callback : Callable[list], optional
183183 Called after detection is finished with the list of detected points.
184- <<<<<<< HEAD
185184 classification_max_workers : int
186185 The max number of sub-processes to use for data loading / processing
187186 during classification. Defaults to 3.
188- =======
189187 detect_centre_of_intensity : bool
190188 If False, a candidate cell's center is just the mean of the positions
191189 of all voxels marked as above background, or bright, in that candidate.
192190 The voxel intensity is not taken into account. If True, the center is
193191 calculated similar to the center of mass, but using the intensity. So
194192 the center gets pulled towards the brighter voxels in the volume.
195193 Defaults to False.
196- >>>>>>> f996519 (Add support for using center of intensity to locate cell centers.)
197194 """
198195 from cellfinder .core .classify import classify
199196 from cellfinder .core .detect import detect
You can’t perform that action at this time.
0 commit comments