IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2010, 2:49:53 PM (16 years ago)
Author:
eugene
Message:

added apFlux and apFluxErr to pmSource; added AP_FLUX, AP_FLUX_SIG to output in CMF_DV2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/objects/pmSourcePhotometry.h

    r29004 r29230  
    4444
    4545bool pmSourcePhotometryAper(
    46     float   *apMag,                     ///< aperture flux magnitude
     46    float *apMag,
     47    float *apFluxOut,
     48    float *apFluxErr,
    4749    pmModel *model,                     ///< model used for photometry
    4850    psImage *image,                     ///< image pixels to be used
     51    psImage *variance,                  ///< variance pixels to be used
     52    psImage *mask,                      ///< mask of pixels to ignore
     53    psImageMaskType maskVal             ///< Value to mask
     54);
     55
     56bool pmSourcePhotometryAperSource(
     57    pmSource *source,                   ///< aperture flux magnitude
     58    pmModel *model,                     ///< model used for photometry
     59    psImage *image,                     ///< image pixels to be used
     60    psImage *variance,                  ///< variance pixels to be used
    4961    psImage *mask,                      ///< mask of pixels to ignore
    5062    psImageMaskType maskVal             ///< Value to mask
Note: See TracChangeset for help on using the changeset viewer.