IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2011, 4:37:26 PM (15 years ago)
Author:
eugene
Message:

option to choose between model and sources for growth curve; save more info about growth curve in output header; clearer warning message in petrosian analysis; use the same center for the selected pixels in both SetRadiusModel and SetRadiusFootprint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/psphot/src/psphotExtendedSourceFits.c

    r31362 r31437  
    379379          assert (status);
    380380
    381           // fprintf (stderr, "xfit: %f, %f : %f\n", source->peak->xf, source->peak->yf, source->peak->SN);
    382 
    383381          // limit selection to some SN limit
    384           assert (source->peak); // how can a source not have a peak?
     382          // assert (source->peak); // how can a source not have a peak?
    385383          if (sqrt(source->peak->detValue) < SNlim) {
    386384              Nfaint ++;
Note: See TracChangeset for help on using the changeset viewer.