소스 검색

Update 'README.md'

Frederik Filip Stæger 4 년 전
부모
커밋
5073d0a3e8
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -1,4 +1,4 @@
- # Description
+# Description
 This repository contains the full data set for constructing the DAPI template, the full DAPI template creation pipeline and the automatic slice segmentation.
  
 # Automatic slice segmentation  
@@ -20,7 +20,10 @@ Program for automatic segmentation to a DAPI-stained coronal mouse brain slices.
 * Use preprocess.py to prepare input slice for automatic registration  
 * Use auto_seg.py with preprocessed slice which will output a folder containing segmentation registered to slice.  
   
-## auto_seg.py  
+## Details
+Detailed parameter description.
+
+### auto_seg.py  
 **Usage**
 ```sh  
 python3 auto_seg.py sliceloc segloc templateloc --bregma [coord]  
@@ -42,7 +45,7 @@ python3 auto_seg.py sliceloc segloc templateloc --bregma [coord]
 |`--out [directory]`            |Provide an alternative output directory (default directory is /output)            |
 |`--dapi [index]`   |Index of the DAPI channel in the slice, by default the DAPI channel is assumed to be the last channel|
 
-## preprocess.py  
+### preprocess.py  
 **Usage**
 ```sh  
 python3 preprocess.py file dir -s Series --pdim [pixeldimensions]