IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29550


Ignore:
Timestamp:
Oct 25, 2010, 3:17:53 PM (16 years ago)
Author:
eugene
Message:

add a comment

File:
1 edited

Legend:

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

    r26900 r29550  
    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.