IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2010, 9:45:46 PM (15 years ago)
Author:
eugene
Message:

add forced photometry of positive sources; generate a background model for PPSUB.OUTPUT even if PSPHOT.BACKMDL exists (is certain to be for the wrong image)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSub.h

    r29003 r29937  
    4545    bool photometry;                    // Perform photometry?
    4646    bool inverse;                       // Output inverse subtraction as well?
     47    bool forcedPhot1;                   // perform forced photometry?
     48    bool forcedPhot2;                   // perform forced photometry?
    4749    bool saveInConv;                    // Save convolved input?
    4850    bool saveRefConv;                   // Save convolved reference?
     
    105107                            ppSubData *data ///< Processing data
    106108    );
     109
     110bool ppSubInputDetections (bool *foundDetections, const char *sourcesName, const char *imageName, ppSubData *data);
     111bool ppSubReadoutForcedPhot(const char *outputName, const char *targetName, const char *sourceName, ppSubData *data);
     112bool psphotCopyResults (bool *foundDetections, pmFPAfile *target, pmFPAfile *source, pmFPAview *view);
    107113
    108114/// Higher-order background subtraction
Note: See TracChangeset for help on using the changeset viewer.