IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2012, 6:32:19 PM (14 years ago)
Author:
watersc1
Message:

merge from trunk. Preliminary versions of stacktool/warptool updates and regenerate_background.pl script. The warp code is finished and tested, and I still need to get the stack version resolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppTranslate/src/ppMops.h

    r34284 r34772  
    2828  psString output;                    // Output filename
    2929  psU16 version;                      // Version (for parameters)
     30  psString comment;                   // Comment associated with the first argument of the diff
     31  psString obsMode;                   // Observation mode
     32  psString difftype;                  // WW (Warp-Warp Diff) or WS (Warp-Stack Diff) or SW (Stack-Warp Diff)
     33  float sky;                          // Exposure avg sky background
     34  psString shutoutc;                  // Camera exposure shutter open (UTC)
    3035} ppMopsArguments;
    3136
     
    5156  psVector *ra, *dec;                 // Sky coordinates
    5257  psVector *raErr, *decErr;           // Error in sky coordinates
     58  psVector *raExt, *decExt;           // Sky coordinates for RA_EXT and DEC_EXT
     59  psVector *raExtErr, *decExtErr;     // Error in sky coordinates for RA_EXT and DEC_EXT
    5360  psVector *mask;                     // Mask for detections
     61    float platescale; //Plate scale at centroid
    5462} ppMopsDetections;
    5563
Note: See TracChangeset for help on using the changeset viewer.