Last modified by puchades on 2022/02/18 13:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,24 +8,27 @@ 8 8 9 9 === (% style="color:#000000" %)Generate your images descriptor file with FileBuider(%%) === 10 10 11 - Usethesmallprogram“FileBuilder.bat”providedwithQuickNII.Anewwindow willopen,and askforthefolderwhereyour images arelocated.Pointto thecorrectfolder,markall imagefiles,andclickok.AnXMLfileisgenerated.Alwayssave thisfileinthesamefolderasthe resizedimages.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 - ===OpenQuickNIIand loadyourimages===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 theQuickNIIprogramfromthe.exefile.Once theprogramopens,clickthe**Manage databutton**and loadyourXMLfile.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 - TheQuickNIIusermanualis foundon[[https:~~/~~/www.nitrc.org/docman/?group_id=1341.>>https://www.nitrc.org/docman/?group_id=1341]]17 +=== H3 Headings Will Appear In The Table of Content === 18 18 19 - >Theidea is todetermine thecuttingangles(dorso-ventralandmedio-lateral)for the whole serie. Once found, apply the sameanglesto the whole serie.19 +==== You can also add images ==== 20 20 21 - **Thestepsare:**21 +[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] 22 22 23 - - (% style="color:#000000"%)Open one image in thebeginningof the seriesand use anatomical landmarksto find the approximate anteroposterior position of the section. Select the atlas modality to beoverlayed to the image (MRI, Atlas, etc..)23 +Photo by David Clode 24 24 25 - -**The transparencyslider**can be used continuously todeterminehow well the atlas fits the section. Determine the sectioning angles (dorso-ventral and medio-lateral) by tilting the atlas.25 +==== Or code ==== 26 26 27 - - Savethe positionsfor this section.Youcan adjusttheselater27 +Code blocks can be added by using the code macro: 28 28 29 -- Open the next image, 30 - 31 - 29 +{{code language="python"}} 30 +x = 1 31 +if x == 1: 32 + # indented four spaces 33 + print("x is 1.") 34 +{{/code}}