IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 9:44:32 AM (17 years ago)
Author:
eugene
Message:

adding visualization and a window function based on the ensemble of stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionStamps.h

    r26035 r26318  
    2424    psArray *flux;                      ///< Fluxes for possible stamps (or NULL)
    2525    int footprint;                      ///< Half-size of stamps
     26    psKernel *window;                   ///< window function generated from ensemble of stamps
    2627    float sysErr;                       ///< Systematic error
    2728} pmSubtractionStampList;
     
    136137    );
    137138
     139bool pmSubtractionStampsGetWindow(pmSubtractionStampList *stamps, int kernelSize);
     140
    138141/// Extract stamps from the images
    139142bool pmSubtractionStampsExtract(pmSubtractionStampList *stamps, ///< Stamps
Note: See TracChangeset for help on using the changeset viewer.