Changeset 27605 for trunk/ppViz/src/ppCoord/ppCoord.h
- Timestamp:
- Apr 5, 2010, 2:31:06 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppCoord/ppCoord.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppCoord/ppCoord.h
r27441 r27605 2 2 #define PP_VIZPSF_H 3 3 4 #include <stdio.h> 4 5 #include <pslib.h> 5 6 #include <psmodules.h> 7 6 8 7 9 #define PPVIZPSF_RECIPE "PPVIZPSF" // Recipe name … … 17 19 bool radians; // RA,Dec are in radians? 18 20 bool all; // Only all coordinates? 21 psString ds9name; // Name of ds9 region file 22 FILE *ds9; // ds9 output file handle 23 float ds9radius; // Radius of ds9 regions 24 psString ds9color; // Color of ds9 regions 19 25 } ppCoordData; 20 26
Note:
See TracChangeset
for help on using the changeset viewer.
