IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21170


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

update to new definition of psphotMagnitudes

Location:
trunk/ppSim/src
Files:
3 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
  • trunk/ppSim/src/ppSimPhotomReadoutFake.c

    r20403 r21170  
    9898
    9999    // calculate source magnitudes (for which set??)
    100     psphotMagnitudes(config, view, fakeSources, recipe, psf);
     100    psphotMagnitudes(config, readout, view, fakeSources, psf);
    101101
    102102    // drop the references to the image pixels held by each source
  • trunk/ppSim/src/ppSimPhotomReadoutForce.c

    r20403 r21170  
    9191
    9292    // calculate source magnitudes (for which set??)
    93     psphotMagnitudes(config, view, forceSources, recipe, psf);
     93    psphotMagnitudes(config, readout, view, forceSources, psf);
    9494
    9595    // drop the references to the image pixels held by each source
Note: See TracChangeset for help on using the changeset viewer.