IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:41:23 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackOptions.h

    r26454 r26898  
    1010    bool convolve;                      // Convolve images?
    1111    bool matchZPs;                      // Adjust relative fluxes based on transparency analysis?
     12    bool photometry;                    // Perform photometry?
    1213    psMetadata *stats;                  // Statistics for output
    1314    FILE *statsFile;                    // File to which to write statistics
     
    1819    // Prepare
    1920    pmPSF *psf;                         // Target PSF
     21    psVector *inputSeeing;              // Input seeing FWHMs
     22    float targetSeeing;                 // Target seeing FWHM
    2023    float sumExposure;                  // Sum of exposure times
    2124    psVector *inputMask;                // Mask for inputs
    2225    psArray *sourceLists;               // Individual lists of sources for matching
    2326    psVector *norm;                     // Normalisation for each image
     27    psArray *sources;                   // Matched sources
    2428    // Convolve
    2529    psArray *cells;                     // Cells for convolved images --- a handle for reading again
Note: See TracChangeset for help on using the changeset viewer.