From 136dcce129e146abae956d4d9f2cf62f6dd8adf8 Mon Sep 17 00:00:00 2001 From: Constantin Pape <constantin.pape@iwr.uni-heidelberg.de> Date: Thu, 6 Feb 2020 11:43:16 +0100 Subject: [PATCH] Replace chromatin segmentation with new version, still need to update table --- .../sbem-6dpf-1-whole-segmented-chromatin-labels.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 data/rawdata/sbem-6dpf-1-whole-segmented-chromatin-labels.xml diff --git a/data/rawdata/sbem-6dpf-1-whole-segmented-chromatin-labels.xml b/data/rawdata/sbem-6dpf-1-whole-segmented-chromatin-labels.xml old mode 100755 new mode 100644 index 71bb7e8..07cf101 --- a/data/rawdata/sbem-6dpf-1-whole-segmented-chromatin-labels.xml +++ b/data/rawdata/sbem-6dpf-1-whole-segmented-chromatin-labels.xml @@ -7,20 +7,20 @@ <ViewSetups> <Attributes name="channel"> <Channel> - <id>1</id> - <name>1</name> + <id>0</id> + <name>0</name> </Channel> </Attributes> <ViewSetup> <id>0</id> - <name>channel 1</name> + <name>Setup0</name> <size>13750 12958 11416</size> <voxelSize> <unit>micrometer</unit> <size>0.02 0.02 0.025</size> </voxelSize> <attributes> - <channel>1</channel> + <channel>0</channel> </attributes> </ViewSetup> </ViewSetups> -- GitLab