Annanilsson-code / ProjectAppliedMolBiophys

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

Convert mrc files to png #12

Closed Annanilsson-code closed 3 years ago

Annanilsson-code commented 3 years ago

https://github.com/Annanilsson-code/ProjectAppliedMolBiophys/blob/23cc8ca6c6c1f0f68b46c4a15e245914d3b53ec5/cc_calculation_prot#L21

Should we calculate the mean of the images pixelwise with regard to the color channels? In that case, we must convert mrc files to png. There is a function called mrc2tif here: https://bio3d.colorado.edu/imod/doc/man/mrc2tif.html that does this, but how can we access it?