IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41318 for trunk


Ignore:
Timestamp:
Mar 30, 2020, 1:24:01 PM (6 years ago)
Author:
eugene
Message:

addressing referee comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.analysis/plots.sh

    r39865 r41318  
    6868
    6969end
     70
     71macro galplane.cut
     72
     73  dev -n 0
     74  resize 600 300
     75  region 0 0 90 gls; label -fn helvetica 18; cgrid -lw 2 -c blue80 -labels -dec-spacing 30 -ra-spacing 60 -label-ra 180 -justify-ra 2 -justify-dec 3
     76 
     77  dev -n 1
     78  resize 1200 600
     79  region 0 0 90 gls; cgrid -c red
     80
     81  create glat_m -180 180
     82  set glat_p = glat_m
     83
     84  set glon_p = +20 + 15*exp(-0.5*glat_p^2 / 50^2)
     85  set glon_m = -20 - 15*exp(-0.5*glat_m^2 / 50^2)
     86
     87  dev -n 0
     88  cplot glat_p glon_p -c red -pt box -sz 2
     89  cplot glat_m glon_m -c red -pt box -sz 2
     90  ps -name galplanecut.ps
     91
     92  csystem G C glat_p glon_p
     93  csystem G C glat_m glon_m
     94
     95  dev -n 1
     96  cplot glat_p glon_p -c blue -pt box -sz 0.5
     97  cplot glat_m glon_m -c blue -pt box -sz 0.5
     98end
Note: See TracChangeset for help on using the changeset viewer.