IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19926


Ignore:
Timestamp:
Oct 6, 2008, 11:40:48 AM (18 years ago)
Author:
eugene
Message:

fix api to psphotMagnitudes

Location:
trunk/ppSim/src
Files:
2 edited

Legend:

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

    r18011 r19926  
    9898
    9999    // calculate source magnitudes (for which set??)
    100     pmReadout *background = psphotSelectBackground (config, view, false);
    101     psphotMagnitudes(fakeSources, recipe, psf, background);
     100    psphotMagnitudes(config, view, fakeSources, recipe, psf);
    102101
    103102    // drop the references to the image pixels held by each source
  • trunk/ppSim/src/ppSimPhotomReadoutForce.c

    r18011 r19926  
    9191
    9292    // calculate source magnitudes (for which set??)
    93     pmReadout *background = psphotSelectBackground (config, view, false);
    94     psphotMagnitudes(forceSources, recipe, psf, background);
     93    psphotMagnitudes(config, view, forceSources, recipe, psf);
    9594
    9695    // drop the references to the image pixels held by each source
Note: See TracChangeset for help on using the changeset viewer.