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
-`--output-path PATH`: The path to the folder to save the results. Will save in the same folder as input image if not specified.
44
45
-`--intensity-threshold INTEGER RANGE`: Fiber intensity threshold to differenciate between the two fiber types. If not specified, the analysis will try to deduce it. [1<=x<=254]
45
46
-`--cellpose-diameter INTEGER`: Approximative single cell diameter in pixel for CellPose detection. If not specified, Cellpose will try to deduce it.
47
+
-`--channel INTEGER`: Image channel to use for the analysis. If not specified, the analysis will be performed on all three channels.
48
+
-`--channel-first / --no-channel-first`: If the channel is the first dimension of the image, set this to True. False by default. [default: no-channel-first]
49
+
-`--rescale-exposure / --no-rescale-exposure`: Rescale the image exposure if your image is not in the 0 255 forma, False by default. [default: no-rescale-exposure]
50
+
-`--n-classes INTEGER RANGE`: The number of classes of cell to detect. If not specified this is defaulted to two classes. [default: 2; x<=10]
51
+
-`--intensity-method TEXT`: The method to use to compute the intensity of the cell. Can be either 'median' or 'mean'. [default: median]
52
+
-`--erosion INTEGER RANGE`: Perform an erosion on the cells images to remove signal in the cell membrane (usefull for fluo). Expressed in percentage of the cell radius [default: False; x<=45]
46
53
-`--export-map / --no-export-map`: Export the original image with cells painted by classification label. [default: export-map]
47
54
-`--export-stats / --no-export-stats`: Export per fiber and per nuclei stat table. [default: export-stats]
0 commit comments