IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2008, 4:44:46 PM (18 years ago)
Author:
eugene
Message:

options to turn on and off all of the components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimInsertStars.c

    r17672 r17705  
    121121        // insert the source flux in the image
    122122        pmSourceAddWithOffset (source, PM_MODEL_OP_FULL, 0xff, dX, dY);
     123        pmSourceAddWithOffset (source, PM_MODEL_OP_FULL | PM_MODEL_OP_NOISE, 0xff, dX, dY);
    123124        psArrayAdd (sources, 100,source);
    124125        psFree(source);                 // Drop reference
Note: See TracChangeset for help on using the changeset viewer.