Last modified by puchades on 2022/02/18 13:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,33 +1,30 @@ 1 -== [[image:BICCN_QNII_figure.png]]==1 +== == 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** and load your XML file.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 - >Theidea is to determine the cuttingangles (dorso-ventraland medio-lateral) forhe wholeserieas these shouldbeconsistant.Oncefound in a few sections, apply the sameangles to the wholeserie.17 +[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] 20 20 21 - **Thebasicsteps are:**19 +Photo by David Clode 22 22 23 - - (% style="color:#000000"%)Open one image in the beginning of the seriesand use anatomical landmarks tofindtheapproximate anteroposterior position of the section. Select the atlas modality to be overlayed to the image (MRI, Atlas, etc..)21 +==== Or code ==== 24 24 25 - - **The transparency slider**canbe used continuously todetermine how well the atlas fits the section. Determine thesectioningangles(dorso-ventralandmedio-lateral)bytilting theatlas andadjust the atlas borders.23 +Code blocks can be added by using the code macro: 26 26 27 -- Save the positions for this section for now, you can adjust these later. 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 - 25 +{{code language="python"}} 26 +x = 1 27 +if x == 1: 28 + # indented four spaces 29 + print("x is 1.") 30 +{{/code}}