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

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

  • trunk/psphot/src/psphotReadout.c

    r32348 r32633  
    190190    psphotDumpChisqs (config, view, filerule);
    191191
     192    // measure the radial profiles to the sky
     193    psphotRadialProfileWings (config, view, filerule);
     194
    192195    // re-measure the kron mags with models subtracted.  this pass uses a circular window of size PSF_MOMENTS_RADIUS (same window used to measure the psf-scale moments)
    193196   
     
    305308pass1finish:
    306309
     310    // measure the radial profiles to the sky (only measures new objects)
     311    psphotRadialProfileWings (config, view, filerule);
     312
    307313    // re-measure the kron mags with models subtracted
    308314    // psphotKronMasked(config, view, filerule);
Note: See TracChangeset for help on using the changeset viewer.