Changes for page Access data with ImageJ

Last modified by fwilde on 2018/12/18 12:01

From version 10.1
edited by fwilde
on 2016/07/28 08:49
Change comment: There is no comment for this version
To version 11.1
edited by fwilde
on 2016/09/15 09:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,6 +7,7 @@
7 7  
8 8  Each image contains a header consisting of the information needed to open the binary raw file. To read the header open the first line of the dataset (e.g. with the {{code language="none"}}head{{/code}} command in Linux or in an editor). The header information is subdivided with underscore symbols, like e.g. {{code language="none"}}PC_2_U_2000_2000_{{/code}}. The first item describes on what kind of computer the data was generated. The second item shows the dimensionailty of the data (2 for an image). The next item is a letter (either B U I L or F ) and describes the data type. A list of te data types can be found in the table below. The last items give the length of the dataset in each dimension. The total header length is not fixed and generally depends on the image dimensions.and count all letters until the carriage return. Add 2 to this number (carriage return has two letters) and this is the header length - e.g. {{code language="none"}}PC_2_U_2000_2000_{{/code}} has 17 letters ansd thus results in a header length of 19.
9 9  
10 +(% class="wrapped" %)
10 10  |=(((
11 11  suffix
12 12  )))|=(((
... ... @@ -75,11 +75,13 @@
75 75  
76 76  = {{id name="AccessdatawithImageJ-Downloads"/}}Downloads =
77 77  
78 -{{panel titleBGColor="blue" title="ImageJ Plugins" borderColor="blue" titleColor="white"}}
79 +{{panel borderColor="blue" titleColor="white" titleBGColor="blue" title="ImageJ Plugins"}}
79 79  **Binary files to copy to your plugin folder:**
80 80  
81 81  [[attach:HandleExtraFileTypes.jar]]
82 82  
84 +[[attach:HandleExtraFileTypes.class]]
85 +
83 83  [[attach:read_dat.class]]
84 84  
85 85  **Source code:**
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -42350815
1 +42350827
URL
... ... @@ -1,1 +1,1 @@
1 -https://confluence.desy.de/spaces/P5I/pages/42350815/Access data with ImageJ
1 +https://confluence.desy.de/spaces/P5I/pages/42350827/Access data with ImageJ