Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
fe54e5d6
Commit
fe54e5d6
authored
Jul 18, 2018
by
Reza ANSARI
Browse files
Correction bug associtation ligne de matrice et voies Thermometre/RFI, Reza 18/07/2018
parent
cb088b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rdthermrfi.cc
rdthermrfi.cc
+3
-3
No files found.
rdthermrfi.cc
View file @
fe54e5d6
...
...
@@ -134,9 +134,9 @@ int main(int narg, const char* arg[])
<<
" for read count="
<<
cnt
<<
endl
;
}
else
if
(
I
==
deltaIavg
)
{
// Filling TFM maps
TVector
<
r_4
>
vac0
=
real
(
visum
.
Row
(
0
));
TVector
<
r_4
>
vac1
=
real
(
visum
.
Row
(
1
));
TVector
<
complex
<
r_4
>
>
vacX
=
visum
.
Row
(
2
);
TVector
<
r_4
>
vac0
=
real
(
visum
.
Row
(
0
));
// Voie 1 : Thermometre
TVector
<
r_4
>
vac1
=
real
(
visum
.
Row
(
2
));
// Cx Thermometere X RFI
TVector
<
complex
<
r_4
>
>
vacX
=
visum
.
Row
(
1
);
// Voie 2 : RFI
for
(
sa_size_t
jy
=
0
;
jy
<
tfmSY
;
jy
++
)
{
// frequency binning
TFM_therm
(
TFMtmidx
,
jy
)
=
vac0
(
Range
(
jy
*
TFMfbin
,
(
jy
+
1
)
*
TFMfbin
-
1
)
).
Sum
();
TFM_RFI
(
TFMtmidx
,
jy
)
=
vac1
(
Range
(
jy
*
TFMfbin
,
(
jy
+
1
)
*
TFMfbin
-
1
)
).
Sum
();
...
...
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