You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not straightforward to return a single filament back into the original image shape. A convenience function of the following would be good to add (fil is a FilFinder2D instance):
from fil_finder.pixel_ident import recombine_skeletons
# For ith filament in fil.filaments
i = 0
mask_i = recombine_skeletons([fil.filaments[i].skeleton()], [fil.array_offsets[i]], fil.image.shape, 0)
The text was updated successfully, but these errors were encountered:
It's not straightforward to return a single filament back into the original image shape. A convenience function of the following would be good to add (
fil
is aFilFinder2D
instance):The text was updated successfully, but these errors were encountered: