IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 1:59:47 PM (16 years ago)
Author:
Paul Price
Message:

Adding ability to get back to raw cell coordinates by providing a raw file (this presumably reads the image, which is unnecessary, but that's OK). Default input is now degrees, radians can be specified with the '-radians' command-line option. Default output is only defined coordinates which can be turned off with the '-all' command-line option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_stack/ppViz/src/ppCoord/ppCoord.h

    r26377 r27437  
    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.