IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2010, 4:49:33 PM (16 years ago)
Author:
eugene
Message:

updates to ippMonitor

File:
1 edited

Legend:

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

    r27113 r27674  
    88 black
    99 gold
     10end
     11
     12list pttype
     13 7
     14 0
     15 1
     16 2
     17 7
     18 3
     19end
     20
     21list ptsize
     22 1.1
     23 0.5
     24 0.8
     25 1.3
     26 0.9
     27 1.3
    1028end
    1129
     
    2038
    2139  resize 1000 500
    22   region +ns -ew 0 0 85 ait; cgrid -ra-by-hour -c grey80
     40  region +ns -ew 180 0 85 ait; cgrid -ra-by-hour -c grey80
    2341
    2442  set R = r * 180/3.14
     
    2947    subset D1 = D if (f == $i)
    3048    if (R1[])
    31       cplot R1 D1 -sz 1.0 -pt 7 -c $filters:$i
     49      cplot R1 D1 -pt $pttype:$i -sz $ptsize:$i -c $filters:$i
    3250    end
    3351  end
Note: See TracChangeset for help on using the changeset viewer.