Skip to content

Commit 9f5bf1f

Browse files
committedAug 13, 2021
fix arguments
1 parent 355f25c commit 9f5bf1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎bulk_generator/bulk_generator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"/project/6053072/jtang1/jt_unlist/lymph-piq-withBkg/10m/"
1919
],
2020
"attenDataDir": ["/project/6053072/phantoms/Lymphoma_quantification/LYMPH_PIQ/WithBkg/CTAC/"],
21-
"reconAlgorithm": ["OSEM"]
21+
"reconAlgorithm": ["BSREM"]
2222
}
2323

2424
userConfig = {
@@ -28,7 +28,7 @@
2828

2929
slurmOpts = {
3030
"account": "def-curibe",
31-
"time": "5:00:00",
31+
"time": "18:00:00",
3232
"ntasks": 1,
3333
"cpus-per-task": 2,
3434
"mem-per-cpu": "4G",

0 commit comments

Comments
 (0)
Please sign in to comment.