Procházet zdrojové kódy

Add requirements.txt

+ readme changes
Frederik Filip Stæger před 4 roky
rodič
revize
7ae3d4378b
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4 2
      README.md

+ 4 - 2
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  
@@ -45,7 +45,7 @@ python3 auto_seg.py sliceloc segloc templateloc --bregma [coord]
 ## preprocess.py  
 **Usage**
 ```sh  
-python3 preprocess.py file dir -s Series --pdim [pixeldimensions]  
+python3 preprocess.py file dir -s Series -b [True/False] --pdim [pixeldimension]  
 ```  
 **Positional/Required Arguments**
 
@@ -59,4 +59,6 @@ python3 preprocess.py file dir -s Series --pdim [pixeldimensions]
 
 |||
 |--------------------------------|-----------------------------|
+|`--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|
+