Browse Source

gin commit from SUND33778

Modified files: 1
Frederik Filip Stæger 4 years ago
parent
commit
8b68cd6c2a
1 changed files with 2 additions and 4 deletions
  1. 2 4
      README.md

+ 2 - 4
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.
 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  
 # Automatic slice segmentation  
@@ -45,7 +45,7 @@ python3 auto_seg.py sliceloc segloc templateloc --bregma [coord]
 ## preprocess.py  
 ## preprocess.py  
 **Usage**
 **Usage**
 ```sh  
 ```sh  
-python3 preprocess.py file dir -s Series -b [True/False] --pdim [pixeldimension]  
+python3 preprocess.py file dir -s Series --pdim [pixeldimensions]  
 ```  
 ```  
 **Positional/Required Arguments**
 **Positional/Required Arguments**
 
 
@@ -59,6 +59,4 @@ python3 preprocess.py file dir -s Series -b [True/False] --pdim [pixeldimension]
 
 
 |||
 |||
 |--------------------------------|-----------------------------|
 |--------------------------------|-----------------------------|
-|`--b [True/False]`            |Bias field correction: Whether to use bias-field correction in preprocessing (default: True)|
 |`--pdim [pixeldimensions]`            |Dimensions of pixels, if not provided, these will be extracted from image metadata|
 |`--pdim [pixeldimensions]`            |Dimensions of pixels, if not provided, these will be extracted from image metadata|
-