88 * it under the terms of the GNU General Public License as
99 * published by the Free Software Foundation, either version 3 of the
1010 * License, or (at your option) any later version.
11- *
11+ *
1212 * This program is distributed in the hope that it will be useful,
1313 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1414 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515 * GNU General Public License for more details.
16- *
16+ *
1717 * You should have received a copy of the GNU General Public
1818 * License along with this program. If not, see
1919 * <http://www.gnu.org/licenses/gpl-3.0.html>.
@@ -87,15 +87,16 @@ public class AdvancedCellposeCLI extends CellposeCLI
8787 * (resample=True). resample=True will create smoother ROIs when the cells
8888 * are large but will be slower in case; resample=False will find more ROIs
8989 * when the cells are small but will be slower in this case. By default in
90- * versions >= 1.0 resample=True.
90+ * versions ≥ 1.0 resample=True.
9191 */
9292 public static final String KEY_NO_RESAMPLE = "NO_RESAMPLE" ;
9393
9494 public static final Boolean DEFAULT_NO_RESAMPLE = false ;
9595
9696 /**
9797 * The key to the parameter that store the minimum size to keep masks. Used
98- * only if do_3D mode or 2D+Z and stitch_threshold > 0 From cellpose docs:
98+ * only if do_3D mode or 2D+Z and stitch_threshold > 0 From cellpose
99+ * docs:
99100 * <p>
100101 * Minimum number of pixels per mask, can turn off with -1.
101102 */
@@ -111,9 +112,9 @@ public class AdvancedCellposeCLI extends CellposeCLI
111112 * unable to be used for 3D segmentation. I’d recommend viewing the volume
112113 * in those dimensions if the segmentation is failing. In those instances,
113114 * you may want to turn off 3D segmentation (do_3D=False) and run instead
114- * with stitch_threshold> 0. Cellpose will create ROIs in 2D on each XY slice
115- * and then stitch them across slices if the IoU between the mask on the
116- * current slice and the next slice is greater than or equal to the
115+ * with stitch_threshold > 0. Cellpose will create ROIs in 2D on each XY
116+ * slice and then stitch them across slices if the IoU between the mask on
117+ * the current slice and the next slice is greater than or equal to the
117118 * stitch_threshold.
118119 */
119120 public static final Boolean DEFAULT_DO2DZ = false ;
0 commit comments