Wiki source code of 3. Image registration to reference atlas using QuickNII
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.2 | 1 | == [[image:BICCN_QNII_figure.png]] == |
![]() |
1.1 | 2 | |
![]() |
3.1 | 3 | == Preparation of the image serie == |
![]() |
1.1 | 4 | |
![]() |
4.4 | 5 | Resize your raw 2D images to 24-bit PNG and JPEG. Images can be loaded up to the resolution of 16 megapixels (e.g.4000x4000 or 5000x3000 pixels), however QuickNII does not benefit from image resolutions exceeding the resolution of the monitor in use. |
![]() |
3.1 | 6 | |
![]() |
4.6 | 7 | The resized files must follow the naming convention having an unique ID in the format: sXXX.., with XXX.. reflecting the serial order and spacing of the sections (e.g. s002, s006, s010 for every 4^^th^^ section starting with section 2). |
![]() |
4.4 | 8 | |
![]() |
4.3 | 9 | === (% style="color:#000000" %)Generate your images descriptor file with FileBuider(%%) === |
![]() |
3.1 | 10 | |
![]() |
1.1 | 11 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |
12 | |||
13 | >This is a quote. You can add a quote by selecting some text and clicking the quote button in the editor. | ||
14 | |||
15 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ||
16 | |||
17 | === H3 Headings Will Appear In The Table of Content === | ||
18 | |||
19 | ==== You can also add images ==== | ||
20 | |||
21 | [[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] | ||
22 | |||
23 | Photo by David Clode | ||
24 | |||
25 | ==== Or code ==== | ||
26 | |||
27 | Code blocks can be added by using the code macro: | ||
28 | |||
29 | {{code language="python"}} | ||
30 | x = 1 | ||
31 | if x == 1: | ||
32 | # indented four spaces | ||
33 | print("x is 1.") | ||
34 | {{/code}} |