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/psphotMarkPSF.c

    r5048 r5058  
    3636    if (source->modelPSF->params->data.F32[1] >= SATURATE) {
    3737        if (source->type == PM_SOURCE_PSFSTAR) {
    38             psLogMsg ("psphot", 3, "PSFSTAR marked SATSTAR\n");
     38            psLogMsg ("psphot", 5, "PSFSTAR marked SATSTAR\n");
    3939        }
    4040        source->type = PM_SOURCE_SATSTAR;
     
    4242    }
    4343    if (source->type == PM_SOURCE_SATSTAR) {
    44         psLogMsg ("psphot", 4, "SATSTAR marked GOODSTAR (fitted peak below saturation)\n");
     44        psLogMsg ("psphot", 5, "SATSTAR marked GOODSTAR (fitted peak below saturation)\n");
    4545        source->type = PM_SOURCE_GOODSTAR;
    4646    }
     
    7070   
    7171    if (source->type == PM_SOURCE_PSFSTAR) {
    72         psLogMsg ("psphot", 3, "PSFSTAR demoted based on fit quality\n");
     72        psLogMsg ("psphot", 5, "PSFSTAR demoted based on fit quality\n");
    7373    }
    7474
Note: See TracChangeset for help on using the changeset viewer.