IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2009, 11:47:33 AM (17 years ago)
Author:
bills
Message:

update to new definition of psphotMagnitudes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimPhotomReadout.c

    r20403 r21170  
    142142    // calculate source magnitudes (for which set??)
    143143    pmReadout *background = psphotSelectBackground (config, view, false);
    144     psphotMagnitudes(fakeSources, recipe, psf, background);
    145     psphotMagnitudes(forceSources, recipe, psf, background);
     144    psphotMagnitudes(config, background, view, fakeSources, psf);
     145    psphotMagnitudes(config, background, view, forceSources, psf);
    146146
    147147    // drop the references to the image pixels held by each source
Note: See TracChangeset for help on using the changeset viewer.