IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:56:56 PM (15 years ago)
Author:
eugene
Message:

add unofficial PS1_V4 output format (not yet standard); add clean radial profile to find sky limit; use sky limit to control kron analysis window; fix thread / memory problem for radial photometry; fix object matching for forced psf photometry; fix object matching to get the right matches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r32347 r32633  
    3636    PM_SOURCE_TMPF_MOMENTS_MEASURED  = 0x0010,
    3737    PM_SOURCE_TMPF_CANDIDATE_PSFSTAR = 0x0020,
    38     PM_SOURCE_TMPF_STACK_KEEP        = 0x0040,
    39     PM_SOURCE_TMPF_STACK_SKIP        = 0x0080,
     38    PM_SOURCE_TMPF_RADIAL_KEEP       = 0x0040,
     39    PM_SOURCE_TMPF_RADIAL_SKIP       = 0x0080,
     40    PM_SOURCE_TMPF_PETRO_KEEP        = 0x0100,
     41    PM_SOURCE_TMPF_PETRO_SKIP        = 0x0200,
    4042} pmSourceTmpF;
    4143
     
    9597    float apFluxErr;                    ///< apFluxErr corresponding to psfMag or extMag (depending on type)
    9698
     99    float skyRadius;                    ///< radius at which profile hits local sky (or goes flat)
     100    float skyFlux;                      ///< mean flux per pixel in aperture at which profile hits local sky (or goes flat)
     101    float skySlope;                     ///< mean flux slope at which profile hits local sky (or goes flat)
     102
    97103    float pixWeightNotBad;              ///< PSF-weighted coverage of unmasked (not BAD) pixels
    98104    float pixWeightNotPoor;             ///< PSF-weighted coverage of unmasked (not POOR) pixels
Note: See TracChangeset for help on using the changeset viewer.