IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2011, 12:39:13 PM (15 years ago)
Author:
eugene
Message:

update output headers to include more info on the input images (airmasses, exptimes, zpts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ppStack/src/ppStackOptions.h

    r30620 r30811  
    2222    float sumExposure;                  // Sum of exposure times
    2323    float zp;                           // Zero point for output
     24    float zpErr;                        // Zero point error for output
     25    float airmass;                      // airmass for output image
     26    float airmassSlope;                 // airmass slope used for zp analysis
    2427    psVector *inputMask;                // Mask for inputs
    2528    psArray *sourceLists;               // Individual lists of sources for matching
    2629    psVector *norm;                     // Normalisation for each image
     30    psVector *zpInput;                  // reported zero point of input exposure
     31    psVector *expTimeInput;             // exposure time of input exposure
     32    psVector *airmassInput;             // airmass of input exposure
    2733    psArray *sources;                   // Matched sources
    2834    // Convolve
Note: See TracChangeset for help on using the changeset viewer.