Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
jonas.sinjan
hrt_pipeline
Commits
ab211a89
Commit
ab211a89
authored
Jul 20, 2021
by
jonas
Browse files
out demod bug fix
parent
6a0f3f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
hrt_pipe.py
View file @
ab211a89
...
@@ -830,7 +830,7 @@ def phihrt_pipe(data_f, dark_f = '', flat_f = '', scale_data = True, bit_flat =
...
@@ -830,7 +830,7 @@ def phihrt_pipe(data_f, dark_f = '', flat_f = '', scale_data = True, bit_flat =
out_demod_filename
=
[
out_demod_filename
]
out_demod_filename
=
[
out_demod_filename
]
if
int
(
len
(
out_demod_filename
))
==
int
(
data_shape
[
-
1
]):
if
int
(
len
(
out_demod_filename
))
==
int
(
data_shape
[
-
1
]):
scan_name_list
=
[
out_demod_filename
]
scan_name_list
=
out_demod_filename
scan_name_defined
=
True
scan_name_defined
=
True
else
:
else
:
print
(
"Input demod filenames do not match the number of input arrays, reverting to default naming"
)
print
(
"Input demod filenames do not match the number of input arrays, reverting to default naming"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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