Browse Source

Update 'README.md'

Frederik Filip Stæger 4 years ago
parent
commit
64a6c494d4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -1,6 +1,6 @@
 
 # Description of DAPI template
-This repository contains a three-dimensional population-based average atlas, the DAPI template, of the C57BL/6 mouse brain stained with the commonly employed fluorescence nuclear stain DAPI. The [DAPI template](./data/dapi_template.nii.gz), [accompanying segmentation](./data/dapi_template_segmentation_full.nii.gz), and a [simplified segmentation](./data/dapi_template_segmentation_simple.nii.gz) can be found as nifti files in ```data/```. Moreover, the repository contains all the raw data (```data/mice/```) and the full code base (```template_creation_pipieline/```) which was used in the construction of the teamplate.
+This repository contains a three-dimensional population-based average atlas, the DAPI template, of the C57BL/6 mouse brain stained with the commonly employed fluorescence nuclear stain DAPI. The [DAPI template](./data/dapi_template.nii.gz), [accompanying segmentation](./data/dapi_template_segmentation_full.nii.gz), and a [simplified segmentation](./data/dapi_template_segmentation_simple.nii.gz) can be found as nifti files in ```data/```. Moreover, the repository contains all the raw data (```data/mice/```) and the full code base (```template_creation_pipieline/```) which was used in the construction of the template.
 
 The DAPI template, is constructued from consecutive coronal brain slices of 12 male mice aged between 10-11 weeks. Each mouse brain is first reconstructed into a three-dimensional volume and then an iterative averaging process of these reconstructed brain volumes was employed to yield the final population-based average.
 
@@ -15,7 +15,8 @@ Program for automatic segmentation to a DAPI-stained coronal mouse brain slices.
  -  Download the and unzip the [example folder](./Example_folder.zip).
  - In a terminal window, navigate into the unzipped example folder.
  - Run the runner_example.sh with the command ```bash runner_example.sh```
- - The automatically created segmentation can be found in ```Brain_example/Segmentation.nii``` 
+ - The automatically created segmentation can be found in ```Brain_example/Segmentation.nii```.
+ - To visualize the segmentation, open one of the channels ```Brain_example/im_c2.nii``` as main image and open the segmentation image ```Brain_example/Segmentation.nii``` as segmentation. Can for instance be done in [ITK-SNAP](http://www.itksnap.org/).
 
 For detailed parameter and output description go to the [automatic segmentation program](./automatic_segmentation_program).