IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 26, 2010, 4:48:51 PM (16 years ago)
Author:
eugene
Message:

flux needs to be added to pixel

File:
1 edited

Legend:

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

    r28125 r28127  
    108108        // in this case, simply place delta functions in the image
    109109        if (psfConvolve) {
    110             readout->image->data.F32[(int)(yCell)][(int)(xCell)] = flux;
     110            readout->image->data.F32[(int)(yCell)][(int)(xCell)] += flux;
    111111            continue;
    112112        }
Note: See TracChangeset for help on using the changeset viewer.