Ignore:
Timestamp:
Nov 21, 2011, 3:35:31 PM (13 years ago)
Author:
campagne
Message:

improve ON et OFF sur OFF filtre (jec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/etude_mergeAna.pic

    r606 r607  
    2525clearscript sigmaRaw1420Side
    2626clearscript sigmaRaw1400a1420
    27 clearscript evolAt1400a1420OffOn
     27clearscript evolAt1410a1415OffOn
    2828############################################################################
    2929defscript evolAtCalibFreq
     
    298298endscript
    299299###########################################
    300 defscript evolAt1400a1420OffOn
    301 
    302 graphicatt "xylimits=0,500,0.99,1.02"
    303 
    304 newwin 1 1
    305 n/pl onoffevol.offRaw0f14001420%cycle ! ! "blue cpts notit nsta"
    306 n/pl onoffevol.offRaw1f14001420%cycle ! ! "same red cpts notit nsta"
    307 n/pl onoffevol.onRaw0f14001420%cycle ! ! "same cyan cpts notit nsta"
    308 n/pl onoffevol.onRaw1f14001420%cycle ! ! "same orange cpts notit nsta"
     300defscript evolAt1410a1415OffOn
     301
     302graphicatt "xylimits=0,${ncycles},0.99,1.02"
     303
     304newwin 1 1
     305n/pl onoffevol.offRaw0f14101415%cycle ! ! "blue cpts notit nsta"
     306n/pl onoffevol.offRaw1f14101415%cycle ! ! "same red cpts notit nsta"
     307n/pl onoffevol.onRaw0f14101415%cycle ! ! "same cyan cpts notit nsta"
     308n/pl onoffevol.onRaw1f14101415%cycle ! ! "same orange cpts notit nsta"
    309309settitle "Raw (OFF,ON)/OFF  ${source} Ch 0 (blue/cyan) Ch 1 (red/orange) ${ncycles}cycles " ' ' $defatt
    310 setaxelabels "cycle" "I[1400,1420]MHz Raw (a.u)" $axedefatt
     310setaxelabels "cycle" "I[1410,1415]MHz Raw (a.u)" $axedefatt
    311311       
     312graphicatt "xylimits=0,${ncycles},-0.005,0.005"
     313newwin 1 1
     314n/pl onoffevol.(onRaw0f14101415-offRaw0f14101415)%cycle ! ! "blue cpts notit nsta"
     315n/pl onoffevol.(onRaw1f14101415-offRaw1f14101415)%cycle ! ! "same red cpts notit nsta"
     316settitle "Raw (OFF-ON)/OFF  ${source} Ch 0 (blue) Ch 1 (red) ${ncycles}cycles " ' ' $defatt
     317setaxelabels "cycle" "DI [1410,1415]MHz Raw (a.u)" $axedefatt
     318
     319
    312320endscript
    313321###########################################
Note: See TracChangeset for help on using the changeset viewer.