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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
BAORadio
AnaPAON4
Commits
e8f9805a
Commit
e8f9805a
authored
Jul 21, 2018
by
Reza ANSARI
Browse files
Encore un bug corrige pour la gestion de la lecture des voies thermometre et RFI , Reza 21/07/2018
parent
bff0b384
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
rdthermrfi.cc
rdthermrfi.cc
+1
-1
visip4reader.cc
visip4reader.cc
+1
-0
No files found.
rdthermrfi.cc
View file @
e8f9805a
...
...
@@ -75,7 +75,7 @@ int main(int narg, const char* arg[])
long
Imin
=
wreader
.
getReader
().
getSerialFirst
();
long
Imax
=
wreader
.
getReader
().
getSerialLast
();
long
Istep
=
wreader
.
getReader
().
getSerialStep
();
cout
<<
"
vis2ra
/Info: processing visibility matrix serial/sequence number range "
cout
<<
"
rdthermrfi
/Info: processing visibility matrix serial/sequence number range "
<<
Imin
<<
" <= seq <= "
<<
Imax
<<
" with step="
<<
Istep
<<
endl
;
cout
<<
" WindowSize="
<<
wreader
.
getWindowSize
()
<<
" -> TotalNbWindows="
<<
wreader
.
getTotalNbWindows
()
<<
endl
;
...
...
visip4reader.cc
View file @
e8f9805a
...
...
@@ -62,6 +62,7 @@ VisiP4ReaderBase::VisiP4ReaderBase(vector<string> const& vpath, bool fgrdtherm,
cout
<<
"VisiP4ReaderBase channel pair list:"
<<
endl
;
setNChan
(
2
);
setNVis
(
3
);
setNFreq
();
setNBands
(
1
);
setNbVisGrp
(
1
);
}
...
...
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