Annanilsson-code / ProjectAppliedMolBiophys

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

"Matching" the histograms #14

Closed Annanilsson-code closed 3 years ago

Annanilsson-code commented 3 years ago

https://github.com/Annanilsson-code/ProjectAppliedMolBiophys/blob/c9064f17b185e7167b2f266a6c531fbd0febc174/cc_calculation_prot.py#L29

When multiplying with 10, this is what we get. Does it matter if the noise histogram doesn't match the experimental histogram in height/value on y axis? I guess that the data might differ anyway in how many "matches" we get per bin?

image

FilipeMaia commented 3 years ago

That looks reasonable. How do the images look visually?

Annanilsson-code commented 3 years ago

The images look like this: image image image

Annanilsson-code commented 3 years ago

Tomorrow we could discuss particledata.py, because that code is more complete than cc_calculation_prot.py in this folder.