IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40438 for trunk


Ignore:
Timestamp:
May 16, 2018, 2:40:29 PM (8 years ago)
Author:
eugene
Message:

fix range on ecliptic and galactic curves

Location:
trunk/ippMonitor/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/skycellplot.dvo

    r34744 r40438  
    6464
    6565macro galactic
    66  create l 720 -360 0.1
     66 create l -360 720 0.1
    6767 set b = l * 0
    6868 csystem G C l b
     
    7171
    7272macro ecliptic
    73  create l 720 -360 0.1
     73 create l -360 720 0.1
    7474 set b = l * 0
    7575 csystem E C l b
  • trunk/ippMonitor/scripts/skyplot.dvo

    r32888 r40438  
    3737  end
    3838
     39  # echo "starting skyplot"
    3940  data $1
    4041  read r 1 d 2 f 3
    4142
     43  # echo "read data r[]"
    4244  resize 1000 500
    4345  region +ns -ew 180 0 85 ait; cgrid -ra-by-hour -c grey80
     
    4547  set R = r * 180/3.14
    4648  set D = d * 180/3.14
     49  # echo "calculated RA,DEC R[]"
    4750
    4851  for i 0 $filters:n
    4952    subset R1 = R if (f == $i)
    5053    subset D1 = D if (f == $i)
     54    # echo "subset R1 R1[]"
    5155    if (R1[])
    5256      cplot R1 D1 -pt $pttype:$i -sz $ptsize:$i -c $filters:$i
     
    5458  end
    5559
     60  # echo "plot ecliptic"
    5661  style -c red -pt 0 -sz 0.5; ecliptic
     62
     63  # echo "plot galactic"
    5764  style -c blue -pt 0 -sz 0.5; galactic
    5865
     
    6168
    6269macro galactic
    63  create l 720 -360 0.1
     70 create l -360 720 0.1
    6471 set b = l * 0
    6572 csystem G C l b
     
    6875
    6976macro ecliptic
    70  create l 720 -360 0.1
     77 create l -360 720 0.1
    7178 set b = l * 0
    7279 csystem E C l b
     
    7582
    7683if ($SCRIPT)
     84  echo "starting skyplot.dvo"
     85
    7786  $KAPA = kapa -noX
    7887  if ($argv:n != 2)
Note: See TracChangeset for help on using the changeset viewer.