compSPI / ioSPI

I/O and Data Visualization
MIT License
4 stars 7 forks source link

Implement io tools to manipulate cryo-EM density maps #77

Open ninamiolane opened 2 years ago

ninamiolane commented 2 years ago

What?

Why?

Density maps are 3D maps that represent the electrostatic potential of the atomic structures we are interested in. Knowing how to manipulate the main data structure that contain them is primordial for any cryo-EM analysis.

Where?

The module density_maps.py should be created in the folder ioSPI/ioSPI

The test file test_density_maps.py should be created in the folder ioSPI/tests.

The tutorial notebook should be created in the folder ioSPI/notebooks/.

How?

artajmir3 commented 2 years ago

I'm thinking about this.