IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 8:30:16 AM (21 years ago)
Author:
eugene
Message:

API cleanup, removed old test files, some re-organization, changed FLT/GAL to EXT

File:
1 edited

Legend:

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

    r5828 r5993  
    11# include "psphot.h"
    22
    3 bool psphotBlendFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky)
    4 {
     3// XXX I don't like this name
     4bool psphotBlendFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {
    55
    66    psTimerStart ("psphot");
     
    1010   
    1111    psphotInitLimitsPSF (config);
    12     psphotInitLimitsFLT (config, sky);
     12    psphotInitLimitsEXT (config, sky);
    1313    psphotInitRadiusPSF (config, sky, psf->type);
    1414
Note: See TracChangeset for help on using the changeset viewer.