IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2010, 9:45:30 AM (16 years ago)
Author:
Paul Price
Message:

Split output tables into .hdr and .psf parts (like SMF), and add detection efficiencies. Looks like it's working well now. Sent example to Larry for approval.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMops.h

    r28212 r28243  
    2828
    2929typedef struct {
    30     psMetadata *header;                 // FITS header
     30    psString component;                 // Component name
     31    psMetadata *header;                 // FITS header (extension names *.hdr)
    3132    psString raBoresight, decBoresight; // RA,Dec of telescope boresight
    3233    psString filter;                    // Filter for exposure
     
    3940    int naxis1, naxis2;                 // Size of image
    4041    long num;                           // Number of detections
     42    psMetadata *psfHeader;              // FITS header (extension names *.psf)
    4143    psMetadata *table;                  // Columns of data
    4244    psVector *x, *y;                    // Image coordinates
    4345    psVector *ra, *dec;                 // Sky coordinates
     46    psMetadata *deteffHeader;           // Detection efficiency header (extension names *.deteff)
     47    psMetadata *deteffTable;            // Detection efficiency table
    4448} ppMopsDetections;
    4549
Note: See TracChangeset for help on using the changeset viewer.