IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 12:12:26 PM (21 years ago)
Author:
eugene
Message:

moved ApResid, etc into pmPSF from pmPSFtry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotFitGalaxies.c

    r5049 r5058  
    8181        if (!status) {
    8282          // if the fit fails, we need to change the classification
    83           psLogMsg ("psphot", 3, "GAL fit failed for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius);
     83          psLogMsg ("psphot", 5, "GAL fit failed for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius);
    8484          source->type = PM_SOURCE_FAIL_FIT_GAL;  // better choice?
    8585          source->modelFLT = model;
     
    9292        if (!goodfit) {
    9393          // if the fit fails, we need to change the classification
    94           psLogMsg ("psphot", 3, "GAL fit poor for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius);
     94          psLogMsg ("psphot", 5, "GAL fit poor for %f, %f (%d iterations, %f radius)\n", x, y, model->nIter, model->radius);
    9595          source->type = PM_SOURCE_POOR_FIT_GAL;  // better choice?
    9696          source->modelFLT = model;
Note: See TracChangeset for help on using the changeset viewer.