# HG changeset patch
# User imgteam
# Date 1710429143 0
# Node ID 2ad6350df85b5e2032e628da4c742d38b3b7671b
# Parent 90385ec28b341b45ee05eda9a73c237329dc3649
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points2binaryimage/ commit 7830f8c03f6ac044b67fb7999a91c574a11c7d2c
diff -r 90385ec28b34 -r 2ad6350df85b bmcv.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bmcv.xml Thu Mar 14 15:12:23 2024 +0000
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff -r 90385ec28b34 -r 2ad6350df85b points2binaryimage.xml
--- a/points2binaryimage.xml Mon Nov 13 22:11:42 2023 +0000
+++ b/points2binaryimage.xml Thu Mar 14 15:12:23 2024 +0000
@@ -1,5 +1,13 @@
-
+
+
+ bmcv.xml
+ 0.2
+ 2
+
+
+
+
operation_3443
@@ -11,7 +19,7 @@
numpy
pandas
pytz
- dateutil
+ python-dateutil
tifffile
@@ -40,9 +48,13 @@
- **What it does**
+
+ This tool converts a CSV list of points to a binary image by rasterizing the point coordinates.
- Converts CSV point file to binary image.
+ The created image is a single-channel image with 16 bits per pixel (unsigned integer).
+ The points are rasterized with value 32767 (white).
+ Pixels not corresponding to any points in the CSV are assigned the value 0 (black).
+
10.1016/j.jbiotec.2017.07.019