IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 2:55:33 PM (21 years ago)
Author:
eugene
Message:

adapted everything to work with pmReadout *readout instead of eamReadout *imdata

File:
1 edited

Legend:

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

    r5993 r6056  
    22
    33// XXX I don't like this name
    4 bool psphotBlendFit (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {
     4bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) {
    55
    66    psTimerStart ("psphot");
     
    3030        psTrace ("psphot.blend", 5, "trying source at %f, %f\n", source->moments->x, source->moments->y);
    3131
    32         if (psphotFitBlend (imdata, source)) continue;
    33         if (psphotFitBlob (imdata, source, sources)) continue;
     32        if (psphotFitBlend (readout, source)) continue;
     33        if (psphotFitBlob (readout, source, sources)) continue;
    3434
    3535        psTrace ("psphot.blend", 5, "failed fits\n");
Note: See TracChangeset for help on using the changeset viewer.