Attention: The Collaboratory IAM will down for up to 1 hour on Monday, the 7th of July 2025 starting from 5pm CEST (my timezone) for up to 1 hour. Any and all services, which require a user login with an EBRAINS account, will be un-available during that time


Last modified by puchades on 2022/02/18 13:55

From version 6.1
edited by puchades
on 2020/03/24 19:04
Change comment: There is no comment for this version
To version 5.1
edited by puchades
on 2020/03/24 18:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,30 +8,27 @@
8 8  
9 9  === (% style="color:#000000" %)Generate your images descriptor file with FileBuider(%%) ===
10 10  
11 -Use the small program “FileBuilder.bat provided with QuickNII. A new window will open, and ask for the folder where your images are located. Point to the correct folder, mark all image files, and click ok. **An XML file is generated**. **Always save this file in the same folder as the resized images.**
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 12  
13 -=== Open QuickNII and load your images ===
13 +>This is a quote. You can add a quote by selecting some text and clicking the quote button in the editor.
14 14  
15 -Open the QuickNII program from the .exe file. Once the program opens, click the **Manage data button** and load your XML file.
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 16  
17 -A detailled QuickNII user manual as well as a demo dataset can be found on [[https:~~/~~/www.nitrc.org/projects/quicknii/>>https://www.nitrc.org/projects/quicknii/]]
17 +=== H3 Headings Will Appear In The Table of Content ===
18 18  
19 ->The idea is to determine the cutting angles (dorso-ventral and medio-lateral) for the whole serie as these should be consistent. Once found in a few sections, apply the same angles to the rest of the serie.
19 +==== You can also add images ====
20 20  
21 -**The basic steps are:**
21 +[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]]
22 22  
23 -- (% style="color:#000000" %)Open one image in the beginning of the series and use anatomical landmarks to find the approximate anteroposterior position of the section.     Select the atlas modality to be overlayed to the image (MRI, Atlas, etc..)
23 +Photo by David Clode
24 24  
25 -- **The transparency slider** can be used continuously to determine how well the atlas fits the section. Determine the sectioning angles (dorso-ventral and medio-lateral) by tilting the atlas and adjust the atlas borders.
25 +==== Or code ====
26 26  
27 -- Save the positions for this section for now, you can adjust these later.
27 +Code blocks can be added by using the code macro:
28 28  
29 -- Open the next image, located at the other end of the serie and repeat the same procedure as above i.e. (% style="color:#000000" %)find the approximate anteroposterior position of the section and test how well the cutting angles fit this section. Save the positions.
30 -
31 -(% style="color:#000000" %)- Explore a few sections in order to find the angles fitting most sections in order to achieve a global anchoring.
32 -
33 -(% style="color:#000000" %)- By having the same angles in these two sections (i.e. ML=+1; DV= -4), QuickNII will apply them to all other sections located in between. The antero-posterior positions of all images are also estimated.
34 -
35 -(% style="color:#000000" %)- Review all sections, adjust atlas borders and save.
36 -
37 -
29 +{{code language="python"}}
30 +x = 1
31 +if x == 1:
32 + # indented four spaces
33 + print("x is 1.")
34 +{{/code}}