IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36054


Ignore:
Timestamp:
Aug 29, 2013, 1:47:01 PM (13 years ago)
Author:
eugene
Message:

define sizes and limits consistently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro

    r36053 r36054  
    246246  lim -n 0$1 dTi NdT; clear; box; plot -x 1 dTi NdT
    247247  label -x "angle offset (degrees, only non-circular)" -y "number count"
     248  resize 700 320
    248249
    249250  # check on Rmajor
     
    254255  create n 0 dR[]
    255256  set dRf = dR / Rin_s
    256   lim -n 1$1 n dRf; clear; box; plot n dRf
     257  lim -n 1$1 n -0.5 0.5; clear; box; plot n dRf
    257258  label -x sequence -y "1 - R_out| / R_in|"
     259  resize 700 320
    258260
    259261  # check on A.Ratio
     
    261263  # lim ARin ARot; clear; box; plot ARin ARot
    262264  set fAR = ARot / ARin
    263   lim -n 2$1 n fAR; clear; box; plot n fAR
     265  lim -n 2$1 n 0.5 1.5; clear; box; plot n fAR
    264266  label -x sequence -y "AR_out| / AR_in|"
     267  resize 700 320
    265268
    266269  # check on magnitude
    267270  set dM = Mot_s - Min_s
    268   lim -n 3$1 n dM; clear; box; plot n dM   
     271  lim -n 3$1 n -0.5 0.5; clear; box; plot n dM   
    269272  label -x sequence -y "M_out| - M_in|"
     273  resize 700 320
    270274end
    271275
     
    409413  lim -n 0$1 dTi NdT; clear; box; plot -x 1 dTi NdT
    410414  label -x "angle offset (degrees, only non-circular)" -y "number count"
     415  resize 700 320
    411416
    412417  # check on Rmajor
     
    417422  create n 0 dR[]
    418423  set dRf = dR / Rin_s
    419   lim -n 1$1 n dRf; clear; box; plot n dRf
     424  lim -n 1$1 n -0.5 0.5; clear; box; plot n dRf
    420425  label -x sequence -y "1 - R_out| / R_in|"
     426  resize 700 320
    421427
    422428  # check on A.Ratio
     
    424430  # lim ARin ARot; clear; box; plot ARin ARot
    425431  set fAR = ARot / ARin
    426   lim -n 2$1 n fAR; clear; box; plot n fAR
     432  lim -n 2$1 n 0.5 1.5; clear; box; plot n fAR
    427433  label -x sequence -y "AR_out| / AR_in|"
     434  resize 700 320
    428435
    429436  # check on magnitude
    430437  set dM = Mot_s - Min_s
    431   lim -n 3$1 n dM; clear; box; plot n dM   
     438  lim -n 3$1 n -0.5 0.5; clear; box; plot n dM   
    432439  label -x sequence -y "M_out| - M_in|"
     440  resize 700 320
    433441
    434442  # check on index
    435443  set dI = Iot_s - Iin_s
    436   lim -n 4$1 n dI; clear; box; plot n dI   
     444  lim -n 4$1 n -0.5 0.5; clear; box; plot n dI   
    437445  label -x sequence -y "I_out| - I_in|"
     446  resize 700 320
    438447end
    439448
Note: See TracChangeset for help on using the changeset viewer.