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
9e42be2b
Commit
9e42be2b
authored
May 19, 2015
by
Reza ANSARI
Browse files
MAJ script exemple , Reza 19/05/2015
parent
10a8dba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
example_doproc.sh
example_doproc.sh
+4
-2
No files found.
example_doproc.sh
View file @
9e42be2b
...
...
@@ -8,7 +8,7 @@
#
#DLIST="CasA1142N9mar15 CasA1142N10mar15 CasA1142N11mar15"
# DLIST="CasA1142N9mar15 CasA1142N10mar15"
DLIST
=
"C
asA1142N9
mar15"
DLIST
=
"C
ygA665S10
mar15"
# DLIST="CasA1142N11mar15 CasA1142N12mar15 CasA1142N13mar15 CasA1142N20mar15"
echo
'DBG****A'
$DLIST
for
D
in
$DLIST
;
do
...
...
@@ -29,7 +29,9 @@ for D in $DLIST ; do
# echo '-----Processing visibilities in D=' $D
# CMD="./visi2ntac $IN5 $IN6 0,$NFILE $GAINFILE $OUTFILE $JFREQ $JFREQB 20 0"
echo
'-----Processing visibilities -> DataTable(AutoCor,CrossCor) in D='
$D
CMD
=
"./visi2dtacx
$IN5
$IN6
0,
$NFILE
$GAINFILE
$OUTFILE
1375. 1410. 1. 20 0"
### Note : Argument optionnel [ -tfm 12 ] --> cartes temps-frequence des Xcor, binning en frequence 12
### binning en frequence 12 = 12 x 61 kHz ~= 0.72 MHz
CMD
=
"./visi2dtacx -tfm 12
$IN5
$IN6
0,
$NFILE
$GAINFILE
$OUTFILE
1375. 1410. 1. 20 0"
echo
$CMD
time
$CMD
done
...
...
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