Changeset 36054
- Timestamp:
- Aug 29, 2013, 1:47:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro
r36053 r36054 246 246 lim -n 0$1 dTi NdT; clear; box; plot -x 1 dTi NdT 247 247 label -x "angle offset (degrees, only non-circular)" -y "number count" 248 resize 700 320 248 249 249 250 # check on Rmajor … … 254 255 create n 0 dR[] 255 256 set dRf = dR / Rin_s 256 lim -n 1$1 n dRf; clear; box; plot n dRf257 lim -n 1$1 n -0.5 0.5; clear; box; plot n dRf 257 258 label -x sequence -y "1 - R_out| / R_in|" 259 resize 700 320 258 260 259 261 # check on A.Ratio … … 261 263 # lim ARin ARot; clear; box; plot ARin ARot 262 264 set fAR = ARot / ARin 263 lim -n 2$1 n fAR; clear; box; plot n fAR265 lim -n 2$1 n 0.5 1.5; clear; box; plot n fAR 264 266 label -x sequence -y "AR_out| / AR_in|" 267 resize 700 320 265 268 266 269 # check on magnitude 267 270 set dM = Mot_s - Min_s 268 lim -n 3$1 n dM; clear; box; plot n dM271 lim -n 3$1 n -0.5 0.5; clear; box; plot n dM 269 272 label -x sequence -y "M_out| - M_in|" 273 resize 700 320 270 274 end 271 275 … … 409 413 lim -n 0$1 dTi NdT; clear; box; plot -x 1 dTi NdT 410 414 label -x "angle offset (degrees, only non-circular)" -y "number count" 415 resize 700 320 411 416 412 417 # check on Rmajor … … 417 422 create n 0 dR[] 418 423 set dRf = dR / Rin_s 419 lim -n 1$1 n dRf; clear; box; plot n dRf424 lim -n 1$1 n -0.5 0.5; clear; box; plot n dRf 420 425 label -x sequence -y "1 - R_out| / R_in|" 426 resize 700 320 421 427 422 428 # check on A.Ratio … … 424 430 # lim ARin ARot; clear; box; plot ARin ARot 425 431 set fAR = ARot / ARin 426 lim -n 2$1 n fAR; clear; box; plot n fAR432 lim -n 2$1 n 0.5 1.5; clear; box; plot n fAR 427 433 label -x sequence -y "AR_out| / AR_in|" 434 resize 700 320 428 435 429 436 # check on magnitude 430 437 set dM = Mot_s - Min_s 431 lim -n 3$1 n dM; clear; box; plot n dM438 lim -n 3$1 n -0.5 0.5; clear; box; plot n dM 432 439 label -x sequence -y "M_out| - M_in|" 440 resize 700 320 433 441 434 442 # check on index 435 443 set dI = Iot_s - Iin_s 436 lim -n 4$1 n dI; clear; box; plot n dI444 lim -n 4$1 n -0.5 0.5; clear; box; plot n dI 437 445 label -x sequence -y "I_out| - I_in|" 446 resize 700 320 438 447 end 439 448
Note:
See TracChangeset
for help on using the changeset viewer.
