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
10a8dba3
Commit
10a8dba3
authored
May 19, 2015
by
Reza ANSARI
Browse files
correction nom du fichier des cartes temps-frequence des Xcor, Reza 19/05/2015
parent
3e1dee60
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
visi2dtacx.cc
visi2dtacx.cc
+4
-1
No files found.
visi2dtacx.cc
View file @
10a8dba3
...
@@ -111,8 +111,11 @@ int main(int narg, char* arg[])
...
@@ -111,8 +111,11 @@ int main(int narg, char* arg[])
// << JFmin<<" <=NumFreq<= "<<JFmax<<" "<<JFminB<<" <=NumFreqB<= "<<JFmaxB
// << JFmin<<" <=NumFreq<= "<<JFmax<<" "<<JFminB<<" <=NumFreqB<= "<<JFmaxB
<<
" DeltaIAvg="
<<
deltaIavg
<<
" PrtLev="
<<
prtlev
<<
endl
;
<<
" DeltaIAvg="
<<
deltaIavg
<<
" PrtLev="
<<
prtlev
<<
endl
;
string
TFMoutfile
=
"tfm_"
+
outfile
;
string
TFMoutfile
;
if
(
FgTFM
)
{
if
(
FgTFM
)
{
size_t
l
=
outfile
.
length
();
size_t
pp
=
outfile
.
rfind
(
'.'
);
if
(
pp
<
l
)
TFMoutfile
=
outfile
.
substr
(
0
,
pp
)
+
"_tfm.ppf"
;
cout
<<
" visi2dtacx/Info: Time-Frequency maps of Xcor will be created and saved to file "
cout
<<
" visi2dtacx/Info: Time-Frequency maps of Xcor will be created and saved to file "
<<
TFMoutfile
<<
endl
;
<<
TFMoutfile
<<
endl
;
}
}
...
...
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