IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:16:41 PM (15 years ago)
Author:
eugene
Message:

improvements to the output headers; some code organization; plug leaks; user-specified limits to input seeing ranges

Location:
trunk/ppStack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack

    • Property svn:ignore
      •  

        old new  
        1717autom4te.cache
        1818Doxyfile
         19a.out.dSYM
    • Property svn:mergeinfo deleted
  • trunk/ppStack/src/ppStackOptions.h

    r30620 r31158  
    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.