Last change
on this file since 583 was 547, checked in by campagne, 14 years ago |
move to trunk the previous HEAD (jec)
|
File size:
1.2 KB
|
Rev | Line | |
---|
[525] | 1 | set toppath "/sps/baoradio/AmasNancay/JEC"
|
---|
| 2 | set source "Abell85"
|
---|
| 3 | set srclower "abell85"
|
---|
[540] | 4 | set date "20110507"
|
---|
[525] | 5 |
|
---|
| 6 | ####################################################
|
---|
| 7 | # Gains
|
---|
| 8 | ####################################################
|
---|
| 9 | newwin 1 1
|
---|
| 10 | graphicatt "xylimits=1250,1500,0,0.008"
|
---|
| 11 |
|
---|
| 12 | openfits ${toppath}/${source}/${date}${srclower}/gain_${date}_${srclower}.fits
|
---|
| 13 | del g0 g1
|
---|
[540] | 14 | objaoper gain_${date}_${srclower} row 0 g0
|
---|
| 15 | objaoper gain_${date}_${srclower} row 1 g1
|
---|
[525] | 16 | plot2d g1 (n/8192)*250+1250 val n>0 "red cpts nsta notit"
|
---|
| 17 | plot2d g0 (n/8192)*250+1250 val n>0 "same blue cpts nsta notit"
|
---|
| 18 | settitle "Gain $source ${date} Ch 0 (blue) Ch 1 (red)"
|
---|
| 19 | setaxelabels "Freq. (MHz)" "I (a.u)"
|
---|
| 20 |
|
---|
| 21 | ####################################################
|
---|
| 22 | # Control of the gains
|
---|
| 23 | ####################################################
|
---|
| 24 | newwin 1 1
|
---|
| 25 | graphicatt "xylimits=0,25,0,0.006"
|
---|
| 26 |
|
---|
| 27 | openppf ${toppath}/${source}/${date}${srclower}/gain_monitor_${date}_${srclower}.ppf
|
---|
[540] | 28 | #attention les "monitor" ont ete utilise a une epoque ou il n'y avait pas de
|
---|
| 29 | #reordering...
|
---|
| 30 | plot2d monitor n val n>0 "black cpts nsta notit"
|
---|
[525] | 31 | plot2d gainmoni n val n>0 "black cpts nsta notit"
|
---|
| 32 | plot2d gainmoni0 n val n>0 "same blue cpts nsta notit"
|
---|
| 33 | plot2d gainmoni1 n val n>0 "same red cpts nsta notit"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.