Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CATM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Rosen Lab 🔬
CATM
Commits
d317555d
Commit
d317555d
authored
6 days ago
by
Huabin Zhou
Browse files
Options
Downloads
Patches
Plain Diff
Fixt the tomogram contrast config
parent
e88f7c5a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/s210/catm/config.py
+1
-0
1 addition, 0 deletions
test/s210/catm/config.py
test/s210/tm/config.py
+1
-0
1 addition, 0 deletions
test/s210/tm/config.py
with
2 additions
and
0 deletions
test/s210/catm/config.py
+
1
−
0
View file @
d317555d
...
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
test/s210/tm/config.py
+
1
−
0
View file @
d317555d
...
...
@@ -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
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment