Skip to content

Commit 267fa6d

Browse files
committed
Use same term as in ImageJ ("add" vs. "put")
1 parent 3a466f8 commit 267fa6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/imcflibs/imagej/roimanager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@ def extract_color_of_all_rois(rm):
283283
return roi_colors
284284

285285

286-
def put_rois_to_roimanager(
286+
def add_rois_to_roimanager(
287287
roi_array, roi_manager, keep_rois_name, prefix, bbox=None, z_slice=None, group=None
288288
):
289-
"""Put all ROIs from a list to the RoiManager.
289+
"""Add all ROIs from a list to the RoiManager.
290290
291291
Parameters
292292
----------

0 commit comments

Comments
 (0)