IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 5:05:29 PM (16 years ago)
Author:
Paul Price
Message:

Committed into branch pap_stack by mistake. Merging from there.

Location:
trunk/ppViz
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz

  • trunk/ppViz/src/ppCoord/ppCoord.h

    r26377 r27441  
    1010typedef struct {
    1111    psString astromName;                // Filename with astrometry
     12    psString rawName;                   // Filename with raw image (or NULL)
    1213    psString pixelsName;                // Filename with pixel coordinates
    1314    psString chipName;                  // Name of chip of interest
    1415    psString radecName;                 // Filename with sky coordinates
    1516    pmConfig *config;                   // Configuration
     17    bool radians;                       // RA,Dec are in radians?
     18    bool all;                           // Only all coordinates?
    1619} ppCoordData;
    1720
Note: See TracChangeset for help on using the changeset viewer.