suzannelab / Dissect

Library to segment, explore and analyse networks, cells and tissues.
Mozilla Public License 2.0
0 stars 0 forks source link

Modification de junction_around_cell dans seg_2D.py #9

Closed TatiaM closed 3 years ago

TatiaM commented 3 years ago

La fonction cellstats dans analysis.py ne calculait plus le perimetre

juncelli = (ndi.binary_dilation(segmentationi).astype(segmentationi.dtype) np.invert(mask)) remplacé par : juncelli = (ndi.binary_dilation(segmentationi).astype(segmentationi.dtype) (~mask.astype(bool)).astype(int))

sophietheis commented 3 years ago

Pas la bonne branche choisie pour la PR. Je ferme la PR.