IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 6:43:44 AM (21 years ago)
Author:
eugene
Message:

substantial work on ensemble PSF fitting, better functions for evaluation, overall code cleanups

File:
1 edited

Legend:

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

    r5672 r5772  
    4949   
    5050        // use PSF model with stars
    51       case PM_SOURCE_PSFSTAR:
    52       case PM_SOURCE_SATSTAR:
    53       case PM_SOURCE_GOODSTAR:
     51      case PM_SOURCE_STAR:
    5452        model = source->modelPSF;
    5553        break;
     
    6159           
    6260        // skip defects and poorly fitted stars or galaxies
    63       case PM_SOURCE_DEFECT:
    64       case PM_SOURCE_SATURATED:
    65       case PM_SOURCE_FAINTSTAR:
    66       case PM_SOURCE_POOR_FIT_PSF:
    67       case PM_SOURCE_POOR_FIT_GAL:
    68       case PM_SOURCE_FAIL_FIT_GAL:
    6961      default:
    7062        model = NULL;
Note: See TracChangeset for help on using the changeset viewer.