IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2010, 2:31:06 PM (16 years ago)
Author:
Paul Price
Message:

Output ds9 region files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppCoord/ppCoord.h

    r27441 r27605  
    22#define PP_VIZPSF_H
    33
     4#include <stdio.h>
    45#include <pslib.h>
    56#include <psmodules.h>
     7
    68
    79#define PPVIZPSF_RECIPE "PPVIZPSF"      // Recipe name
     
    1719    bool radians;                       // RA,Dec are in radians?
    1820    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
    1925} ppCoordData;
    2026
Note: See TracChangeset for help on using the changeset viewer.