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
9661689e
Commit
9661689e
authored
Jun 19, 2015
by
Reza ANSARI
Browse files
correction controle de print ds visi2tmfreq.cc, Reza 19/06/2015
parent
d387b20d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
visi2tmfreq.cc
visi2tmfreq.cc
+4
-3
No files found.
visi2tmfreq.cc
View file @
9661689e
...
...
@@ -137,7 +137,7 @@ int main(int narg, char* arg[])
TimeStamp
dateobs
,
cfdate
;
TimeStamp
dateorg
(
2015
,
1
,
1
,
12
,
0
,
0.
);
// Date origine 1 jan 2015
double
mttag
;
int
cnt
=
0
,
cntnt
=
0
,
pcnt
n
t
=
0
;
int
cnt
=
0
,
pcntt
m
=
0
;
int
I
=
0
;
//----- 8 TimeFrequency maps of auto-correlation
vector
<
TArray
<
r_4
>
>
vtfm
;
...
...
@@ -182,12 +182,13 @@ int main(int narg, char* arg[])
tfmap
(
ix
,
TFMtmidx
)
=
(
vac
(
Range
(
ix
*
TFMfbin
,
(
ix
+
1
)
*
TFMfbin
-
1
)
).
Sum
())
*
facnorm
;
}
//---- end of loop over 8 auto-corr
TFMtmidx
++
;
I
=
0
;
cntnt
++
;
I
=
0
;
}
cnt
++
;
if
((
TFMtmidx
>
0
)
&&
(
TFMtmidx
%
10
==
0
))
{
if
((
TFMtmidx
>
0
)
&&
(
TFMtmidx
%
10
==
0
)
&&
(
TFMtmidx
>
pcnttm
)
)
{
cout
<<
" visi2tmfreq/Info: TimeIndex="
<<
TFMtmidx
<<
" fileCount="
<<
cnt
<<
" /Max="
<<
Imax
<<
" DateObs="
<<
dateobs
<<
endl
;
pcnttm
=
TFMtmidx
;
}
}
//--- fin de boucle de lecture des fichiers d'entree
...
...
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