Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
nxtomomill
Commits
a1fca226
Commit
a1fca226
authored
Dec 06, 2021
by
payno
Browse files
Update settings.py: add flat as a valid ref/flat titles
parent
bb6f92fc
Pipeline
#61262
passed with stages
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nxtomomill/settings.py
View file @
a1fca226
...
...
@@ -89,7 +89,7 @@ class Tomo:
DARK_TITLES
=
(
"dark images"
,
"dark"
)
"""if a scan starts by one of those string then is considered as
dark scan"""
REF_TITLES
=
(
"reference images"
,
"ref"
,
"refend"
)
REF_TITLES
=
(
"flat"
,
"reference images"
,
"ref"
,
"refend"
)
"""if a scan starts by one of those string then is considered as
reference scan"""
PROJ_TITLES
=
(
"projections"
,
"ascan rot 0 "
,
"ascan diffrz 0 180 1600 0.1"
)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment