# HG changeset patch # User imgteam # Date 1576663182 0 # Node ID 445a3246ceac8bf75c624710481c76659e03d955 # Parent 694d3a83e6f9fd08b18427b1a4cbea962735957b "planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/slice_image/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90" diff -r 694d3a83e6f9 -r 445a3246ceac slice_image.py --- a/slice_image.py Sat Feb 09 14:25:03 2019 -0500 +++ b/slice_image.py Wed Dec 18 09:59:42 2019 +0000 @@ -8,10 +8,10 @@ import skimage.util import skimage.feature from scipy.stats import entropy as scipy_entropy - + def slice_image(input_file, out_folder, label=None, label_out_folder=None, window_size=64, stride=1, bg_thresh=1, limit_slices=False, n_thresh=5000, seed=None): - #TODO NOT Implemented:process labels + #TODO NOT Implemented:process labels # --> label and label_out_folder useless so far # primarily for testing purposes: diff -r 694d3a83e6f9 -r 445a3246ceac slice_image.xml --- a/slice_image.xml Sat Feb 09 14:25:03 2019 -0500 +++ b/slice_image.xml Wed Dec 18 09:59:42 2019 +0000 @@ -1,11 +1,12 @@ - + into smaller patches scikit-image numpy - + scipy + tifffile - +