Skip to content

Commit 108535b

Browse files
committed
Fix merge conflict text overlooked.
1 parent 2760066 commit 108535b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cellfinder/core/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)