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

    r5986 r5993  
    6767
    6868      case 3:
    69         // fit extended objects with galaxy models
    7069        psphotApplyPSF (imdata, config, sources, psf, sky);
    7170        break;
    7271
    7372      case 4:
    74         // fit extended objects with galaxy models
    7573        psphotApplyPSF (imdata, config, sources, psf, sky);
    76         psphotFitGalaxies (imdata, config, sources, sky);
     74        psphotFitExtended (imdata, config, sources, sky);
    7775        break;
    7876    }
Note: See TracChangeset for help on using the changeset viewer.