Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Dec 9, 2019
1 parent 89c3ca4 commit 47342cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigfish/stack/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def _extract_spots_outside_foci(cell_cyt_mask, spots_out_foci):

# ### Segmentation postprocessing ###

# TODO from_binary_surface_to_binary_boundaries
# TODO add from_binary_surface_to_binary_boundaries

def center_binary_mask(cyt, nuc=None, rna=None):
"""Center a 2-d binary mask (surface or boundaries) and pad it.
Expand Down Expand Up @@ -674,6 +674,7 @@ def from_boundaries_to_surface(binary_boundaries):
Binary image with shape (y, x).
"""
# TODO check dtype input & output
# check parameters
check_array(binary_boundaries,
ndim=2,
Expand Down

0 comments on commit 47342cf

Please sign in to comment.