IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2007, 7:23:28 AM (19 years ago)
Author:
eugene
Message:

adding PM_MODEL_OP_NOISE flag so noise array is modified rather than image pixels

File:
1 edited

Legend:

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

    r13035 r13330  
    6868
    6969        // XXX if we use pmSourceOp, the size (and possibly Io) will not be respected
    70         pmSourceOp (source, PM_MODEL_OP_FULL, add);
     70        pmSourceOp (source, PM_MODEL_OP_FULL | PM_MODEL_OP_NOISE, add);
    7171       
    7272        // restore original values
Note: See TracChangeset for help on using the changeset viewer.