You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use pre-commit (see README) to make sure that your code follows style guidelines.
Why?
The linear simulator is a differentiable simulator of cryo-EM images that implements the so-called "weak-phase approximation" of the cryo-EM image formation model.
This simulator is a key piece for deep generative models. Being able to explain its use is fundamental for simSPI, which makes this task a high-priority task.
Where?
The notebook should go in the notebooks folder with the title micrographs.ipynb.
The test of the notebook should go in a new file test_notebooks.py in the tests folder, inspired by this file.
How?
Get an mrc file representing a 3D volume density map that can be input to the linear simulator, such as:
What?
Why?
The linear simulator is a differentiable simulator of cryo-EM images that implements the so-called "weak-phase approximation" of the cryo-EM image formation model.
This simulator is a key piece for deep generative models. Being able to explain its use is fundamental for simSPI, which makes this task a high-priority task.
Where?
micrographs.ipynb
.test_notebooks.py
in the tests folder, inspired by this file.How?
Get an mrc file representing a 3D volume density map that can be input to the linear simulator, such as:
Get inspiration on how to write your notebook, look at:
test_noise
module, thetest_shift
module, etc.The text was updated successfully, but these errors were encountered: