Changeset 40438 for trunk/ippMonitor
- Timestamp:
- May 16, 2018, 2:40:29 PM (8 years ago)
- Location:
- trunk/ippMonitor/scripts
- Files:
-
- 2 edited
-
skycellplot.dvo (modified) (2 diffs)
-
skyplot.dvo (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/scripts/skycellplot.dvo
r34744 r40438 64 64 65 65 macro galactic 66 create l 720 -360 0.166 create l -360 720 0.1 67 67 set b = l * 0 68 68 csystem G C l b … … 71 71 72 72 macro ecliptic 73 create l 720 -360 0.173 create l -360 720 0.1 74 74 set b = l * 0 75 75 csystem E C l b -
trunk/ippMonitor/scripts/skyplot.dvo
r32888 r40438 37 37 end 38 38 39 # echo "starting skyplot" 39 40 data $1 40 41 read r 1 d 2 f 3 41 42 43 # echo "read data r[]" 42 44 resize 1000 500 43 45 region +ns -ew 180 0 85 ait; cgrid -ra-by-hour -c grey80 … … 45 47 set R = r * 180/3.14 46 48 set D = d * 180/3.14 49 # echo "calculated RA,DEC R[]" 47 50 48 51 for i 0 $filters:n 49 52 subset R1 = R if (f == $i) 50 53 subset D1 = D if (f == $i) 54 # echo "subset R1 R1[]" 51 55 if (R1[]) 52 56 cplot R1 D1 -pt $pttype:$i -sz $ptsize:$i -c $filters:$i … … 54 58 end 55 59 60 # echo "plot ecliptic" 56 61 style -c red -pt 0 -sz 0.5; ecliptic 62 63 # echo "plot galactic" 57 64 style -c blue -pt 0 -sz 0.5; galactic 58 65 … … 61 68 62 69 macro galactic 63 create l 720 -360 0.170 create l -360 720 0.1 64 71 set b = l * 0 65 72 csystem G C l b … … 68 75 69 76 macro ecliptic 70 create l 720 -360 0.177 create l -360 720 0.1 71 78 set b = l * 0 72 79 csystem E C l b … … 75 82 76 83 if ($SCRIPT) 84 echo "starting skyplot.dvo" 85 77 86 $KAPA = kapa -noX 78 87 if ($argv:n != 2)
Note:
See TracChangeset
for help on using the changeset viewer.
