Skip to content
Snippets Groups Projects
Commit d317555d authored by Huabin Zhou's avatar Huabin Zhou
Browse files

Fixt the tomogram contrast config

parent e88f7c5a
No related merge requests found
......@@ -19,6 +19,7 @@ tomoID = split_path[-2]
prefix = tomoID + ".test1.catm"
input_folder = "inputs/"
tomogram = input_folder + tomoID + ".test1.lps25.mrc"
black_on_white = 1 # The contrast of tomogram, 0 if the particle has white contrast (positive values)
templates = [input_folder + "mono-8Apx-lps30-box30-rot12-core.mrc"]
contour_level = [0.2]
......
......@@ -19,6 +19,7 @@ tomoID = split_path[-2]
prefix = tomoID + ".test1"
input_folder = "inputs/"
tomogram = input_folder + tomoID + ".test1.lps25.mrc"
black_on_white = 1 # The contrast of tomogram, 0 if the particle has white contrast (positive values)
templates = [input_folder + "mono-8Apx-lps30-box30-rot12-core.mrc"]
contour_level = [0.2]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment