IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29475


Ignore:
Timestamp:
Oct 17, 2010, 12:41:44 PM (16 years ago)
Author:
eugene
Message:

add comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ppSim/src/ppSimAddNoise.c

    r26900 r29475  
    3434            signal->data.F32[y][x] += sqrtf(variance->data.F32[y][x]) * ppSimRandomGaussianNorm(rng);
    3535            signal->data.F32[y][x] /= gain; // Converting to ADU
     36            // XXX the variance probably should be scaled as well -- we only are OK since GAIN = 1
    3637        }
    3738    }
Note: See TracChangeset for help on using the changeset viewer.