From 710ea4fb801f4264d577b19163d40a163e545800 Mon Sep 17 00:00:00 2001 From: Constantin Pape <constantin.pape@iwr.uni-heidelberg.de> Date: Wed, 5 Feb 2020 09:33:04 +0100 Subject: [PATCH] Add differently chunked remote data to test folder --- .../images/remote/sbem-6dpf-1-whole-raw-4.xml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 data/test_n5/1.0.0/images/remote/sbem-6dpf-1-whole-raw-4.xml diff --git a/data/test_n5/1.0.0/images/remote/sbem-6dpf-1-whole-raw-4.xml b/data/test_n5/1.0.0/images/remote/sbem-6dpf-1-whole-raw-4.xml new file mode 100644 index 0000000..e060e63 --- /dev/null +++ b/data/test_n5/1.0.0/images/remote/sbem-6dpf-1-whole-raw-4.xml @@ -0,0 +1,42 @@ +<SpimData version="0.2"> + <BasePath type="relative">.</BasePath> + <SequenceDescription> + <ViewSetups> + <Attributes name="channel"> + <Channel> + <id>1</id> + <name>1</name> + </Channel> + </Attributes> + <ViewSetup> + <id>0</id> + <name>channel 1</name> + <size>3438 3240 2854</size> + <voxelSize> + <unit>micrometer</unit> + <size>0.08 0.08 0.1</size> + </voxelSize> + <attributes> + <channel>1</channel> + </attributes> + </ViewSetup> + </ViewSetups> + <Timepoints type="range"> + <first>0</first> + <last>0</last> + </Timepoints> + <ImageLoader format="bdv.n5.s3"> + <Key>rawdata/sbem-6dpf-1-whole-raw-4.n5</Key> + <ServiceEndpoint>https://s3.embl.de</ServiceEndpoint> + <BucketName>platybrowser</BucketName> + <SigningRegion>us-west-2</SigningRegion> + </ImageLoader> + </SequenceDescription> + <ViewRegistrations> + <ViewRegistration setup="0" timepoint="0"> + <ViewTransform type="affine"> + <affine>0.08 0.0 0.0 0.0 0.0 0.08 0.0 0.0 0.0 0.0 0.1 0.0</affine> + </ViewTransform> + </ViewRegistration> + </ViewRegistrations> +</SpimData> -- GitLab