Last modified by puchades on 2022/02/18 13:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,31 +4,24 @@ 4 4 5 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 andshouldreflect the serial order and spacing of the sections (e.g. s002, s006, s010 for every 4^^th^^ section starting with section 2).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 9 === (% style="color:#000000" %)Generate your images descriptor file with FileBuider(%%) === 10 10 11 - Loremipsumdolorsitamet,consectetur adipiscing elit, seddoeiusmodtemporncididunt utlaboreetdoloremagna aliqua.Utenimadminim veniam, quisnostrudexercitationullamcolaborisnisiutaliquipexea commodoconsequat.Duisauteiruredolor in reprehenderitinvoluptatevelitessecillumdoloreeufugiat nullapariatur.Excepteur sintoccaecatcupidatat non proident,suntin culpaquiofficia deseruntmollitanimidestlaborum.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. 12 12 13 - >Thisis a quote.Youanadda quote by selecting some textandclicking the quote buttonin theeditor.13 +=== Open QuickNII and load your images === 14 14 15 - Lorem ipsum dolor sit amet, consecteturadipiscing elit, seddo eiusmod temporincididuntut labore et dolore magna aliqua. Ut enimadminimveniam,quis nostrudexercitationullamco laboris nisi ut aliquipexea commodo consequat.Duis auteirure dolorin reprehenderit in voluptatevelit essecillum dolore eu fugiatnulla pariatur. Excepteursint occaecatcupidatatnon proident, suntin culpa qui officia deseruntmollit anim id est laborum.15 +Open the QuickNII program from the .exe file. Once the program opens, click the **Manage data button**. 16 16 17 - === H3 HeadingsWillAppearInThe TableofContent=17 +The QuickNII user manual is found on [[https:~~/~~/www.nitrc.org/docman/?group_id=1341.>>https://www.nitrc.org/docman/?group_id=1341]] 18 18 19 - ====You can also addimages====19 +The basic steps are: 20 20 21 - [[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]]21 +- (% style="color:#000000" %)Open one image 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..) 22 22 23 - PhotobyDavidClode23 +- **The transparency slider** can be used continuously to determine how well the atlas fits the sectionDetermine the sectioning angles (dorso-ventral and medio-lateral) 24 24 25 - ====Orcode====25 +- Save the positions 26 26 27 -Code blocks can be added by using the code macro: 28 28 29 -{{code language="python"}} 30 -x = 1 31 -if x == 1: 32 - # indented four spaces 33 - print("x is 1.") 34 -{{/code}}