Last modified by puchades on 2022/02/18 13:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,26 +2,29 @@ 2 2 3 3 == Preparation of the image serie == 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. 6 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). 8 8 9 - ===(%style="color:#000000"%)Generateyour images descriptor filewithFileBuider(%%)===7 +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. 10 10 11 - Usethesmallprogram“FileBuilder.bat”provided with QuickNII.Anewwindow will open,and askforthefolder whereyourimagesareocated. Pointto thecorrectfolder, mark all image files, and clickok. An XML file is generated.Always savethis fileinthesame folderastheresizedmages.9 +>This is a quote. You can add a quote by selecting some text and clicking the quote button in the editor. 12 12 13 - ===OpenQuickNIIand loadyour 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. 14 14 15 - Openthe QuickNIIprogram fromthe.exe file.Once the programopens, clickthe**Manage databutton**.13 +=== H3 Headings Will Appear In The Table of Content === 16 16 17 - TheQuickNIIuser manualisfoundon [[https:~~/~~/www.nitrc.org/docman/?group_id=1341.>>https://www.nitrc.org/docman/?group_id=1341]]15 +==== You can also add images ==== 18 18 19 - Thestepsare:17 +[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] 20 20 21 - - (% style="color:#000000"%)Openone image and use anatomical landmarksto find the approximate anteroposterior position of the section. Select the atlas modality to beoverlayed to the image (MRI, Atlas, etc..)19 +Photo by David Clode 22 22 23 - -**The transparencyslider**can be used continuously todeterminehow well the atlas fits the sectionDetermine the sectioning angles (dorso-ventral and medio-lateral)21 +==== Or code ==== 24 24 25 - -Savethepositions23 +Code blocks can be added by using the code macro: 26 26 27 - 25 +{{code language="python"}} 26 +x = 1 27 +if x == 1: 28 + # indented four spaces 29 + print("x is 1.") 30 +{{/code}}