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
32b0a745
Commit
32b0a745
authored
Nov 30, 2017
by
Marius Kriegerowski
Browse files
cleanup
parent
c6b649ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.py
View file @
32b0a745
...
...
@@ -129,8 +129,6 @@ def search(
run_path
=
fp
(
config
.
run_path
)
print
(
'xxx'
)
if
op
.
exists
(
run_path
):
if
force
:
shutil
.
rmtree
(
run_path
)
...
...
@@ -272,12 +270,9 @@ def search(
iwin
=
-
1
print
(
tmin_win
,
tmax_win
,
tinc
,
tpad
)
for
trs
in
p
.
chopper
(
tmin
=
tmin_win
,
tmax
=
tmax_win
,
tinc
=
tinc
,
tpad
=
tpad
,
want_incomplete
=
config
.
fill_incomplete_with_zeros
,
trace_selector
=
lambda
tr
:
tr
.
nslc_id
[:
3
]
in
station_index
):
print
(
'xx'
,
trs
)
iwin
+=
1
trs_ok
=
[]
for
tr
in
trs
:
...
...
@@ -506,8 +501,6 @@ def search(
io
.
save
([
tr_stackmax
,
tr_stackmax_indx
],
ifm_path_template
)
del
frames
print
(
'dd'
)
logger
.
info
(
'dd'
)
logger
.
info
(
'end processing time window group: %s - %s'
%
(
util
.
time_to_str
(
tmin_win
),
util
.
time_to_str
(
tmax_win
)))
...
...
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