marcnol / pyHiM

Multiplexed DNA-FISH data analysis pipeline
GNU Lesser General Public License v3.0
4 stars 2 forks source link

use of 'registered' cellpose image for tracing #249

Open marcnol opened 2 weeks ago

marcnol commented 2 weeks ago

When using mask_cellpose.py the output registered segmented file will be saved with extension:

...3d_registered_3Dmasks.npy

but builds_traces will expect a segmented file with extension ..._3Dmasks.npy.

This means that by default the stardist segmented image will always be used unless the user changes the name by hand?