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
MPIfR-BDG
psrdada_cpp
Commits
a963f298
Commit
a963f298
authored
Feb 07, 2021
by
Tobias Winchen
Browse files
Added missing case for 10 bit
parent
64d92803
Pipeline
#92954
failed with stages
in 6 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
psrdada_cpp/effelsberg/edd/detail/GatedSpectrometer.cu
View file @
a963f298
...
...
@@ -228,6 +228,9 @@ void GatedSpectrometer<HandlerType, InputType, OutputType>::gated_fft(
case
8
:
_unpacker
->
unpack
<
8
>
(
data
.
_raw_voltage
.
b
(),
_unpacked_voltage_G0
);
break
;
case
10
:
_unpacker
->
unpack
<
10
>
(
data
.
_raw_voltage
.
b
(),
_unpacked_voltage_G0
);
break
;
case
12
:
_unpacker
->
unpack
<
12
>
(
data
.
_raw_voltage
.
b
(),
_unpacked_voltage_G0
);
break
;
...
...
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