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
Sebastian Heimann
lassie
Commits
791535d1
Commit
791535d1
authored
Apr 23, 2018
by
Marius Kriegerowski
Browse files
snuffling: load template markers
parent
90345849
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/snuffling.py
View file @
791535d1
...
...
@@ -276,8 +276,11 @@ def snuffle(config):
for
_ifc
in
s
.
config
.
image_function_contributions
:
if
isinstance
(
_ifc
,
ifc
.
ManualPickIFC
):
s
.
add_markers
(
pmarker
.
load_markers
(
_ifc
.
picks_path
))
markers_path_extra
=
_ifc
.
picks_path
elif
isinstance
(
_ifc
,
ifc
.
TemplateMatchingIFC
):
markers_path_extra
=
_ifc
.
template_markers_path
s
.
add_markers
(
pmarker
.
load_markers
(
markers_path_extra
))
receivers
=
config
.
get_receivers
()
stations
=
set
()
...
...
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