Changes between Version 1 and Version 2 of Dvo_tutorial
- Timestamp:
- Apr 19, 2009, 11:40:24 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dvo_tutorial
v1 v2 117 117 To plot two vectors against each other, say 118 118 limits g r 119 box 119 120 plot g r 120 121 121 To compute new vectors, say122 To compute and plot new vectors, say 122 123 123 124 set gr = g - r 125 clear 124 126 limits gr r 127 box 125 128 plot gr r 126 129 127 130 To plot things in sky coordinates, use <code>cplot</code>: 128 131 cplot RA DEC 132 133 = Things we want to know/do = 134 135 == M31 / local group == 136 137 * Load M31 etc. data into dvo 138 139 * Pull out star/galaxy separation flag, restrict sample to stars 140 * Filter on magnitude errors 141 * Dump ra dec mag magerr stargalflag into ASCII file for customized analysis
