         0    ,                                                                                            ;---------------------------------------------------------------------------
; My notes
;---------------------------------------------------------------------------
; 1) Need to update file output prefix
; 2) Need to update probe calibration if changes are made
; 3) Need to update cicrcuit board coef if changes are made
; 
;---------------------------------------------------------------------------
; ROCKLAND NOTES
;---------------------------------------------------------------------------
; Standard configuration setup.cfg file for a downward profiling VMP.

; Change the vehicle type in the [instrument_info] section to rvmp for an

; uprising profiler.

; Created by RSI, 2015-12-17

; Modified by Dave Cronkrite, 2016-02-05, replaced ASTP board.

; Any line that starts with a semicolon, ";", is a comment and is ignored by 

; software. Likewise, everything to the right of a semicolon is ignored.

; Use this feature to leave notes and to indicate that you have made changes 

; to this file. Indicate the date (YYYY-MM-DD), your name and a brief 

; description of your changes.

; 2022-05-10 updated coefficients after recalibration of ASTP-LP SN122 DC.
;
;
;------------------------------------------------------------------------
; ROOT SECTION
;-------------------------------------------------------------------------
; The first section is the [root] section. It determines the data 

; acquisition parameters. It does not need to be declared explicitly.
; RATE: the sampling rate of "fast" channels



; PREFIX: the base name of your data files. A 3-digit file number
; appended to this base name. The limit is 8 characters
                     
; total for internally recording instruments.

; DISK: the directory for the data files. It must exist. The directory 
					 
; should be /data for internally recording instruments. For 
					 
; real-time instruments it is best to leave this blank, so 
					 
; that it defaults to the local directory.

; RECSIZE: the size of a record in seconds
; MAN_COM_RATE: the communication rate for real-time VMPs. This value must
  
; match the jumper settings of the RSTRANS in your VMP. 

; It is not needed for internally recording instruments.
  
; man_com_rate= 3   

rate        = 512    
prefix      = DSF_S   		 
disk        = /data  
recsize     = 1                                              
no-fast     = 6      ; number of fast "columns" in the address matrix (see below).
no-slow     = 2      ; number of slow "columns" in the address matrix.



; ------------------------------------------------------------------------
; MATRIX SECTION
;-------------------------------------------------------------------------
;This section presents the address [matrix] of your instrument and 

; automaticaly ends the [root] section above. The first columns are "slow"

; channels as defined by the "no-slow" parameter in the [root] section.

; The remiander are "fast" columns ("no-fast").


[matrix]

num_rows= 8

row01   =	255	0	1	2	5	7	8	9	
row02   =	32	40	1	2	5	7	8	9	

row03   =	41	42	1	2	5	7	8	9	
row04   =	4	0	1	2	5	7	8	9	

row05   =	10	11	1	2	5	7	8	9	

row06   =	12	0	1	2	5	7	8	9	

row07   =	0	0	1	2	5	7	8	9	
row08   =	4	0	1	2	5	7	8	9	



;------------------------------------------------------------------------
; CHANNEL SECTION
;-------------------------------------------------------------------------
; This section identifies your instrument. Only the vehicle is important.

; The next section is optional and can be expanded. 
; Do not use the parameter "id = ".


; Next come the [channel] sections. These are used to convert your data 

; into physical units, and to save them into a mat-file. 

; They also determine the name given to various signals 

; in your data file. Please, stick to the convention of 

; RSI because data visualization using the RSI Matlab Library of functions

; assumes particular names. However, data will be converted into physical

; units regardless of the name of the channels. If you change the names,

; then data visualization and further processing is your responsibility.

; A list of typical channel addresses (id) and their names and functions

; is at the end of this file.


; Each channel section consists of a part that is unique to your instrument.

; It does not need to be changed. The second part is dependent on your 

; sensors (shear probes, FP07 thermistors, etc.) and must be updated 

; whenever you change a probe.
; The record average value is display for some channels with a real-time

; instrument. Display can be forced or suppressed using 

; display = true, or display = false. Internally recording instruments

; have no display. The units used for display can be specified with

; units = [unit_symbols]. Keep it short for best display. 


; The ground reference channel.


;-------------------------
; Basic info
;-------------------------

[instrument_info]

vehicle = vmp      ; downward profiling. Use either vmp or rvmp but not both.

model   = vmp-200  ; The actual model. Used for trouble shooting.

sn      = 048      ; The serial numnber of the instrument. For trouble shooting



[channel]
; instrument dependent parameters

id      = 0   ; the channel address, 0 to 254.  Listed in the [matrix] section.
name    = Gnd ; the name it will have in the mat-file.
type    = gnd ; the algorithm used to convert raw data into physical units.

coef0   = 0   ; the coefficients required for conversion. None in this case.



;--------------------------------
; The piezo-vibration sensors

;--------------------------------

[channel]
 
; instrument dependent parameters

id      = 1

name    = Ax
type    = piezo
coef0   = 0
coef1   = 1
units   = [m s^{-2}]

[channel]

; instrument dependent parameters

id      = 2
name    = Ay
type    = piezo
coef0   = 0
coef1   = 1
units   = [m s^{-2}]

;-----------------------------------------------

; Thermistor, without pre-emphasis
;-----------------------------------------------
[channel]

; instrument dependent parameters
id          = 4
name        = T1
type        = therm
adc_fs      = 4.096
adc_bits    = 16
a           = -16.4
b           = 0.99878
G           = 6
E_B         = 0.68203

; sensor dependent parameters
; cal_date = 01-26-2016
SN          = T940
beta_1      = 3021.22
beta_2      = 278319.66
T_0         = 286.639
units       = [C]



;-----------------------------------------------

; Thermistor, with pre-emphasis
;-----------------------------------------------
[channel]

; instrument dependent parameter

id          = 5
name        = T1_dT1
type        = therm
diff_gain   = 0.95


;-----------------------------------------------

; Conductivity, with pre-emphasis
;-----------------------------------------------
[channel]

; instrument dependent parameters

id          = 7
name        = C1_dC1
type        = ucond
diff_gain   = 0.4
a           = 1.201 - 2.046
b           = 228.5
adc_fs      = 4.096
adc_bits    = 16

; sensor dependent parameters

; cal_date = 06-22-2016
SN          = C214
K           = 0.00113
units       = [mS/cm]



;-----------------------

; Shear probes
;-----------------------

[channel]

; instrument dependent parameters

id          = 8
name        = sh1
type        = shear
adc_fs      = 4.096
adc_bits    = 16
diff_gain   = 0.946

; sensor dependent parameters
;cal_date = 01-26-16
sens        = 0.0639
SN          = M719

[channel]

; instrument dependent parameters

id          = 9 
name        = sh2
type        = shear
adc_fs      = 4.096
adc_bits    = 16
diff_gain   = 0.941

; sensor dependent parameters
;cal_date = 01-26-16
sens        = 0.0657
SN          = M904

;------------------------------------------------
; Pressure transducder, without pre-emphasis

;------------------------------------------------
[channel]

; instrument dependent parameters

id          = 10
name        = P
type        = poly

; sensor dependent parameters

;cal_date    = 01-26-2016
coef0       = 6.15212
coef1       = 0.05493
coef2       = 0
units       = [dBar]



;------------------------------------------------
; Pressure transducder, with pre-emphasis

;------------------------------------------------

[channel]

; instrument dependent parameters

id          = 11
name        = P_dP
type        = poly
diff_gain   = 19.99

;-------------------------------

; Pressure transducer voltage

;------------------------------
[channel]

; instrument dependent parameters

id      = 12
name    = PV
type    = poly
coef0   = 4.096
coef1   = 1.25e-4
units   = [V]



;--------------------------------------

; Power supply board base address = 32

;---------------------------------------
[channel]
; instrument dependent parameters

id          = 32
name        = V_Bat
type        = voltage
G           = 0.1
adc_fs      = 4.096
adc_bits    = 16
units       = [V]



;----------------------------
; The ADIS inclinometers

;----------------------------
[channel]

; instrument dependent parameters

id      = 40
name    = Incl_Y
type    = inclxy

; sensor dependent parameters

coef0   = 0
coef1   =+0.025

units   = [degree]



[channel]

; instrument dependent parameters

id      = 41
name    = Incl_X
type    = inclxy

; sensor dependent parameters

coef0   = 0
coef1   =-0.025
units   =[degree]



[channel]

; instrument dependent parameters

id      = 42
name    = Incl_T
type    = inclt

; sensor dependent parameters
coef0   = 624
coef1   =-0.47
units   = [C]



;--------------------------------------------------------------------------------------------
; This is a list of typical channels (addresses) and their signals

; Only some of these channels will be in any particular instrument

;  id    Name    - rate - Description

;--------------------------------------------------------------------------------------------
;  0     Gnd     - slow - Reference ground

;  1     Ax      - fast - horizontal acceleration in the direction of the pressure port or ON/OFF magnet

;  2     Ay      - fast - horizontal acceleration orthogonal to the direction of the pressure port

;  3     Az      - fast - vertical acceleration, positive up

;  4     T1      - slow - Temperature from Thermistor 1 without pre-emphasis

;  5     T1_dT1  - fast - Temperature from Thermistor 1 with pre-emphasis

;  7     C1_dC1  - fast - micro-conductivity with pre-emphasis

;  8     sh1     - fast - velocity derivative from shear probe 1

;  9     sh2     - fast - velocity derivative from shear probe 2

; 10     P       - slow - pressure signal without pre-emphasis

; 11     P_dP    - slow - pressure signal with pre-emphasis

; 12     PV      - slow - voltage on pressure transducer

; 32     V_Bat   - slow - Battery or power supply voltage

; 40     Incl_Y  - slow - Inclinometer, rotation around the y-axis

; 41     Incl_X  - slow - Inclinometer, rotation around the x-axis

; 42     Incl_T  - slow - Inclinometer, its temperature 

; 255    sp_char - slow - special Character that always returns 32752D or 7FF0H and 

;                         is used to test the integrity of communication.


; End of setup configuration file.

        0    ,                                                                                                gR m   ! %               
 
  gQ m    !     #               
gF m       " &                 gI m  
      #     "          gT m   	 	       ! #      
        gR m   	       !     "           gL m             $         
 	 
     gJ m         "     ! "         	 gW m               $          
 
  gV m          !     ! "            gN m              ! "       	   gT m     
            " %     gF m                    ! #     gU m                          "gH m     	             	        #gS m                   
      gN m   " $                   
  gT m   ! "                     gF m       $ !                gU m        #     !          gI m    
        " &              gO m  
        #     "           gT m   	        " %              gS m         "     #          gN m    	        " $        	    gQ m         !     " #        gJ m               " %         
 	gP m                   ! #     gN m                ! &      gU m   
                !    # "gR m      
            
 
      ! $gT m        
              gJ m   # "                
 
  gW m   " #                   
 gW m       " #      
         gF m       ! "                 gT m             # #      
       gO m    	        #   ! "            gL m     
      $ %        
     gT m         "      "          gT m    
        $ %              gV m          "       "        gW m    	          ! %         
 gW m               !    " !     gX m                   %     gW m   	 
            #    ! %gT m              	       ! $gX m       
                !gW m   # $                   	   gV m      &                     
 gW m       " $       	           gJ m        $                 gJ m   	         ! $      
 
      gS m           $                 gM m             " $             gV m            "    "            gP m             ! $            gO m   	       "       !        gW m    
          " #          gV m              !            gL m          
      # %     gG m 
                $    ! !gL m                      $ &gT m       
                    0    ,                                                                                                !gJ m     #                   gV m     "        	 	            gL m        #      
             gU m       ! #                 gM m   
          " "      
 	     gJ m         ! $               gW m  	      !   ! %              gR m    
     " "                 gJ m     	         " #         	   gK m            $      "        gL m              " $          gW m              ! "    "      gW m  
               " $     gP m 
          
            ! !gM m                      " "gQ m        
               "gJ m   ! "      
        	     gU m     %      
          	  gV m    !     $       	       gV m  	     ! %         
 	      gW m     
  "      $  
    
    gT m           ! $ !              gV m            " "         
    gT m   
       $            gQ m   	     !    " $              gI m           ! "               gV m      	       0      9 ! ! $  6     )   gJ m   	         	     #    #  $         gV m 	              ! #  	   gJ m              "      gU m                   " %gT m      
               "gH m     !            	     gV m   " % %      	           
       gK m .    " 3  ! !  -    "                gQ m *    3 ! ! $  6 !   ,  	    
        gK m        !      #          gU m        ! $      	     gJ m        !   ! #             gT m    
 	     $ $         
 
    gT m         "  &  " $   #          gV m            &  $ %   -   !  &      gN m         
   %       - # ! $  + #       gU m                  $ ! ! "  $ !       gF m   
               	  ! %     gN m                 #      gV m                    % $gH m                    
 ! "gV m    "                gU m  	   %         
              gS m '   # )    "    	            gW m  	     " %              gJ m       #     $          gT m        
  " '         	     gN m  
       $    # %            gW m 	         )  $ %  ,      #   
     gE m          "      " %             gT m  
          '  # &   %           gX m         "    # %       gR m           # '    !    
   gV m    
       #    & '     gJ m                    2  ( -  :  , -gJ m 1                  ; B  6 0 ` egW m C 7 U U $ "         ' 1        0    ,                                                                                              - _ egR m 3 D j i # < ? 9            * K QgT m J K o p S R [ Y  4 9          4  ' 0gO m n / b i  ; n n   5 A = o   I   #    2 gP m y  F O  ( p p   4 ` Z  ' !   |    B    )gK m [ " +   ^ d   # m n  ! E A  f      gX m  . A I  J  l m < , ` \  	  %     ogH mw  %   W _ . k l  ' H D  r   6 gT m )  8 AM # c h ^ + ] \  L  * % ! gV m * !  b D O U  L i j   7 N L     gI m     A 9 C  g q j o    y g e  O R 0 *   gV m    7       J X _   l q u   a Q O   .  gV m  c  `     : E   O m u  ] k l   @ 1 ,gT m     ` g        1 Z b   V v x   S V QgV m  ) 
  t  /   6   t # 9 C   O p t   ] n mgS m  F 5 / J           K E [ c  n d x {gT m f _ Y T / :           8 B  ' E o tgW m . O p o  3 8 2 } S  T x    V \gR m  w y  \ X q  % t  j   2 <gK mD l s[ r s F = 8   m ~    gP mQ T \  x z   _ ]    i  K W gT m  - 9 P T j p   o s q  e A :  j D   D   4 	  S gT m  @    q P X   u y$  ` ^  j      <      gW m  "  L + 4   q i n  s t   m D A    ?  k   4gR m ( F  	  q D K S  a u x   ` f b   ] @ #     gL m  & % 0   K d k  7 \ t s   " N I A  ' gK mwu   ' I P  	 E s w    C d d  ! $   gV mw    +    a j   M  u v  P  L F  *gT m  '  t B L     r x    h g   + &gK m  R  = V    '     ` h   $ u x    O KgW m   I  	    ! ? J  7  q w  ,  l igT m 0 ( B     ! 0 Z d <  u xgL m  U O   N A  d  ; E   n tgV m   l j  3 .     	    d 0 X agU m K u y J W S  -           v 0 6 @gG m  S m r ^ n p  J 8 4 #       ]   gL m = T \ V u w  P [ X 0      p d gI m * 2 < Q k o  b p m Q = 6 x ,  &      gU m  -    [ P [   | t y   ^ Z   f      =   v gV mn 5 e - 8   i p~  s q D  A ;   Z  1 X gH mH $h H    p O X  u x  | a ^   W   J ' gS mB 
  0 ) 3 O f m  V r s   < E ?   gU m w 	  K T  4 # t x   c  d `  f !   QgV m B W    # / G c j    s t  G D mgR m?# 0d   H P   r x  d c  & gF mX       )   b g    u u   L GgH m  2     B L   q v  	 h hgL m ) &8      '    ] g 	  t vgK m  Q K  Q P    > H   r ugT m & l h  / )     <     $ \ cgV m ; v v 8 U O   	         Y ( < DgW m  O p t  ^ m k   N 2 -  )      {      2  gX m _ X `L | w x L x X T  U     *          -gW m  W 8 A | m s   m n  u 6 2   K   a !  -   $  gJ m D G   p n U ]    v x v  Z W  ; b     8    gN m ( R 1 =  	 w j s   p p   o < 7   F   fgG ms  ) 	   R S [  i v y   ` ^ Z   <     gW m   + : # - g p  C 3 q q   4  @ ;   gV m    & N Y  P  u z   X _ \  6   gM m   * 4  C h n   ] t t  L E ?  gN m  	   K S   9  t x  <  c a   ! gX m y  $ /    e k    v u   I DgU m _b     G Q   s v     e agL m  %      ! *  '   b i  Q 8 s ugV m S 3 J G /        _ * B M        0 	   ,                                                                                              P s vgO m  Y k f  ? + $  V  "  
      W $  %   M ] fgW m  d s w  \ M L  l :  +         G F > GgS m o h p v w n k k  U U . +  ,        4  !gV m " ] Z c A t t w  4 l S Q J         gY m H 9 C  g n t    o m k  Z 4 -  /    r gU l %    I Y a  ( \ v y ( U W T   1       gM l   6 A  @ 6 m s Z < n m  E $ 7 1     gV l     K  V ] v  v x  y  [ W   S     gV l  7 2 < k l q   
 o p   i ; 6  1 gW l    2 R [  W u x   X ^ [  +   gO l  . 7   i n   1  q q   ? ; gW l|     L W     s w  "  a ]   gT l   + 3      f m  7 3 r t  , & C @gJ l        + K U  B N t x  K S d agV l ) 9 #        5 % 0  7 ` f l  Y v t ugK l N j H D  J  $      ;   ' k G P  W  s wgW l e  e b G { &    S /  "   6   a ! *  W  a igW l y  u v o  L I  A k  =        =  Q e A MgU l   r w   h f  q b ) # < 2         8 #  %gW l p E ^ f  U u v   G P M \             gJ l E  ? K s # p w   % j i b  / &  %    gK l   ! 8 \ b  U  w v J  T O   	     gW l : D   m u $  k l   2 .    ggU ln    X _ s v  V S      OgM lFk  4 @ l s   n n   8 1  ugT lXl      U ]     v y   # # \ X      gW l   
 1 =  M 2 k s   k B p p  ] / < 7  - 	gV l  #     ` 0 R ]    N u x   M _ Z  o /  gW l 5       U ' . 8    N j p   ^ r r   O @ <gX l _ * %     5 !     p O O X   o v z   q ` ]gW l r U   7 ,        0 G * 2  d n f n  y  q sgK m a s D ? % L         *    V J S  - s s xgJ m . r b a  Q    # p     , % .  Q c kgT m  ` s s  P H B  * t  y     / F PgJ m & L q w 6 M d d   1 %           ,gH m R , _ i v ; s t  n + K G B   
     gK m L C L {  r v    g f f ( #  )    gT m   ' H ^ h  e t w Y O J  $     gK m = I  ( o v 4 i i   / (    {gR m  !  Z c   u v    S O      ~gV lv  ; D   n s  " % l j   
  2 ,  gU l      X _  C 5 t w   G 2 U R  !    gM l  5 " 5 A  n J j s    X m n  p F 6 2  <  gL l     
   K D R \   p Z r u  k Z Z T  B H  gT l  -    4   Y 0 :   P v g n  e  l l  U z ; 5gW l 1 c  K  < ?  ' T     t p O Y    s w   h ] ZgR l B 
     !  }  '  ' 2 T V _ d N N g fgK m < 9/   c5      * #  $ S @ % 'gV mb $       S  x   V    j } " %gW l  z " $  j     _ d L  Y 5    7 . U  	 m n  gX ld n " '; _    G    "     + &  gU m  "  ! #          ~      gT m c   S # $  T   W    N   3   gL m         "      S 9gN m?   R    T  ! %8      
     gX m     !   " {    f   b pgO m         # 	    , 
 
 T }gV m   
   9     x + !      -     '     $gX m & - : 8 c I    U  #   Y    Q    @gX m{ 2k , n 0x 8 
  } >    s ?   ! S 6   $ %  gX m                     "  l      F   gT m             +    5 ! "  3  gK l *   ! o a   ^ &    e 0   k 8   # l ;   gZ lb 3  S $ A 3  3   B    X           0 
   ,                                                                                            h    #gZ ll 
  d   XP W  n       "gW l           
    gR l )   " 5    9   7  6   :  H  [  gX l k   ! s      q    b  M   >  :  A  	gL l J    N    "  J 	   7           gW l                  gP l        '    ! . 
    *  	    !    gL l * > 	    O   ! Z    "  [      M   ?   3gN l 2 =     I    M   "  E      2 
 	 	       gT m            !        gW m             #   #      
  gV m y         ,     4  "  2    )gI m        (     .     .    ' 	 gU m    
     
    '     ;       F   gP m I    J   L V  j             !     gN m               	           ! #gM l      	     u  g   d   e     e 
  "gW l Z    B     "          gJ m   "        s t  }  gU m  !   y  j [  T Z m  gN m    ! "           gX m    !           gF m  	     &    # /     .     %    gK m - E    Z     f     d      W 	  K   EgW m L  [     i     p *   "  q ,     i $    [   J gT m @  B   N $   X 1    X 5     L /    8 %  # gW m           #    % ,   $     +     #  
  gV m          #       +   !   &    gI m               "   "   "      gR m                 ! !    gU m             !   gY m       	      !  gL m                   "gH m         
          !  gX m +   ! -    !             %  gX m 3  ! 7     0   $         .  gR m >    K   "  Q    M     C    :  9    @ 	 gL m L    Q   !  K     9     !         gT m    
      
 !   "  !             gU m      (  ! )  !  #         gV m    
  +   4  !  6     /    #  gO m    %   .      1  !    +      gJ m 	 
           ,   "   2     ,   	    gW m    ( >     S       [      X 	    LgJ m @ 9  ; G    U      _ 
  "  ^     P 
 	gX m ; (     %     +    )  !     gX m              $   gW m 	 
     
       !gR m                 "gN m                gY m    # 	                	  gT m    $ $          	             gX m      + # ! "  + #            
 	  	      gJ m  "   . .  !  4 2   , +            	    gJ m     
 * )    3 1  " 3 1    ) '        	    gY m      #    , +  ! 0 ,    ( $            gJ m        !    +     #  )                gP m           !  #            	  gP m   
         #           gW m               gY m          "      gW m                     gX m               !  &   gK m !  
 
         ! 
   2 
          0    ,                                                                                             :    !gT m 6    )               .     7    gX m 9    .  
 
         
         %   gV m ,    " &           
               gR m  "  #  %     
              	 gX m      #  !                  gK m      !                gX m  	                             gU m  
       !   ! (     #           gK m       (    1   "  -             gV m         !   !  %        
     gM m   	          "           gX m        "             gV m   
          ! !         gJ m             
 	        gX m                #     gT m   	            
        gZ m                             gX m        
  	                gM m     "                   
       gO m "   ! %        
                 
 gM m &    . !     *                      gV m     *   !  -    $             gX m 
  	           #       
      gW m  	       "       	      gS m          $            gX m         #              gS m           	  !    	        gR m                
          gJ m    	            !          gU m           !   "  %    !     gW m         	            !     gO m                          gS m      
                 !gV m     	  	                  gV m                       
   gO m   " "         	           gW m               	 
            gT m 
      ! $        
        gV m   	          "      
 	        gT m    	        !               gT m  	    	       !        
     gT m        
   "             gV m             $            gL m       
   "             gL m               #          gT m                       gU m        	           #     gK m                        "   gV m                
  	       %   "gX m %                         gT m !                          gU m   ! $                 
  gM m          "               gM m 
       "      
  
       gX m     	       ! !              gJ m   	       #      
       gY m            "           gV m     	                   
      gS m               !            gT m   
        "         
      gU m              ! #          gV m                 !          gR m                   ! !     gX m                     "        0    ,                                                                                                 gU m      	         
           gI m                        !gJ m    !                     gX m    #                    gY m                         gI m  
      !        
       gJ m     
  "                 gX m    
       #        	     gN m     	 
     " !              gW m            $             gW m   
          "            gV m     
         #              gJ m    
             "          gX m               !          gU m 	 	      
           "     gQ m                     "      gR m      	                   "gU m                       !gT m    !              
   
  gJ m    $                  gV m    "    "              	gX m         "       	 	      gJ m              !           gW m    	       !             gN m         !    #           gV m            "          
     gV m              !         	     gR m            !             gJ m                 #       
   gL m                "          gV m     
 	            "     gN m 
                   "     gP m            
           "gY m                         gX m                       gW m     "      	            gV m    "                   gX m  
     ! $      	        gV m        !     !  
         gO m   
         !         	     gX m         !    !           gL m            "          	 	    gL m              !            gQ m              !          
    gX m                   "        
 gM m               ! #          gW m                  #     gX m              
      ! "     gX m            	           #gO m      	                 !gY m                    	   gN m     #                    gX m    "                      
gY m         $       
          gR m 	 	      "     !           gT m              !             gX m  	                     	  gY m     	        #          	     gX m     
      !      !         	 gV m              "          	 
    gX m                  #        gV m       	          "         	 gW m      	             "     gY m             
        $        0    ,                                                                                                gJ m  
 
         	           !gK m                        "gW m                         gT m     #      	             gU m    "                    gY m       ! #       	        gV m  
      "                gW m    	         #                gW m    
                         gL m   	  
       "              gV m               !          gX m              "            gW m                           gI m        
       ! !        	 
 
gR m     
       !      #     gU m 	                 "     gR m    	         	          "  gV m      
                     "gU m                	      gI m     #                   gI m     "                 	  gV m     "    "  +    #              gU m     "   "  $ !             gT m   
          "             gN m        	   !             gS m    
      !    "  &      "       gS m      
   *   !  (              gT m   	         "           gR m           
         gJ m        	         #         
 	gG m                   .     3 !      .   gM m                    "    "  "   gS m   	 	               !    ! #gF m                  	    
   !gU m               
 
      gS m     "                   gI m 
   !                  gP m  
      !   	             gV m          !  )                 gF m     #     +  ! ! +     " 
       	  gV m       	       #              gR m      	     ! "            gN m       !     !         gH m             !              gP m             "   "   !        gV m                 !    "          gS m               !     !     gV m                   #     gT m    	         
             !gV m     
 	                 "gT m      	 
             
  gJ m    ! 	 	             	  gP m    $       
 
         
  gW m       ! !       
            gI m                          gV m             $             gH m          %               gO m   	          #               gL m            !                gW m    
          !         
   gP m            !              gP m                 #          gN m             "           gQ m           	        "  	      0    ,          	                                                                                      gZ m                "     !gN m                         !gX m !                        gN m    !               	 
  gX m    "        
 
        gX m         "                   gZ m  
   (   "  .    &          gZ m    
  
        #           gV m            "                gW m   	                      
      gV m          !             
  gT m              ! !            gX m     	       !             gN m               ! #          gX m                          gL m       	    
      ! #     gY m 
 	          	       !     !gJ m             
           !gR m                          gX m   !       	 	             gZ m   ! "         
           gW m         "      	        gJ m 	        #         
      gY m                            gU m    	       #               gY m   
          "        	     gO m      	      !               gY m   	           !            gT m           "              gV m    
          ! #       
   gZ m     	         !          gV m                    #     gV m           	        "      gV m             	          "gS m                        gM m                   	   
  gW m     "                     gX m                        gO m 
 
       !       	  	     gY m                             gW m     	 	        #        
       gP m 
            ! #              gX m              "        	      gX m         !     $        
 	   gK m    	       "              gW m  	  	         !    "          gM m                  !          gY m        	            "     gX m            	        !     gW m               
        "gQ m     
                  !gR m                   	     gR m   ! "       	           gT m                           gR m        "                 gZ m              !           gX m              $       
 
 	      gW m             "             gT m            !          
     gU m    
           !         	     gT m      
       "               gP m   	             !          gV m             !          gM m                     !  
      0    ,          
                                                                                      gV m  	                 "     gS m             
          #gS m      	           	       "gS m    !                    gR m   ! "                    
  gL m    !                     
gJ m 
                
       gQ m        !                gG m    	           " %        	       gG m           !    !          gL m            !          	     gQ m         !     !        	  gI m    
    	   "             gS m              !   "            gS m     
 
        "        
  gJ m       
            #     gJ m                   "     gS m                       "gF m     	             	        !gQ m                       gT m     #       
             gG m    "                   
gF m         $               gT m 
 
      !                 gT m    
         #             gF m         !                 gF m             #                gS m                          gD m       
        "          	 
  gE m                 !        gP m                #        
  gT m                  ! #     gT m  
                 "     gT m    
        
            #gD m     	 
          
       "gS m                  	      gS m   " #                     gT m    #                     gP m         #       
         gU m        #                 gR m  
  	      " #              gR m  	       !                gG m     	          "          	     gT m  	 
                   
  gP m               #         
    gV m                !        	gS m               #         	 	gT m                   !     gT m          
 
       #     gI m                      ! !gS m                   
        "gJ m        
                 gQ m     "      
          
   gM m     "                   	 gJ m        !       	        gJ m        "                 gV m              #             gR m   
                       gT m           ! "         	    gR m  	       !      "          gR m     	         !            gO m   
       !               gV m              ! !         	 gV m             "     "        0    ,                                                                                                gS m 
                 !     gV m   	 
                      "gU l                 
        !gJ l      
               gN l    "                  	 
  gT l     !                      gV l          #                  gG l 
       "                gL l  
           "       
      gJ l   
       "               gT l              "              gV l        !                gU l           *   $   &            gT l                         gU l    	            !          gQ l      
        #     #     gM l      	   	        "     gU l 
 
  	                   gR l     	         
        #gD l      	 	 
                 gL l     #                 
  gR l     "         
         gP l       ! "      	 
             gR l        "                gP l  
 
           "                gI l           "                gJ l  	          "         	    gT l     	      !     !         gU l               !               gV l   
       !             gJ l    
            "          gI l            "           gF l                    #     gG l                          !gT l                        "gQ l      
 	                  !gD l    "                    
   gT l     #        	 
             gV l                
           gT l        "         	       gT l             !              gQ l            !                gO l   	          #               gH l   
       #               gM l   	         ! "            gT l   
                        gU l               ! $          gT l     	        !          gT l      
           #     gH l 	                   !     !gE l              	           "gJ l "                         !gK l                     
   gK l     #        	 	         gV l        !                  gT l        #         
         gO l        !     "              gG l    
       #         
     gT l  	          ! #        	     gT l   
 
      "               gS l    	           !        
 
    gH l             !              gT l      
         !        	  gM l              #     "