Annanilsson-code / ProjectAppliedMolBiophys

Project in the course Applied Molecular Biophysics 2020
1 stars 1 forks source link

Changing the noise #9

Closed Annanilsson-code closed 3 years ago

Annanilsson-code commented 3 years ago

https://github.com/Annanilsson-code/ProjectAppliedMolBiophys/blob/086a59e4f5c62a7f8399ea3dce546ae990c80786/cc_calculation.py#L60

Is it correct to write like this when varying the noise in the images?

noise_ellipse[i] = numpy.random.poisson(image1*number)

FilipeMaia commented 3 years ago

yes