ComputationalCryoEM / ASPIRE-Python

Algorithms for Single Particle Reconstruction
http://spr.math.princeton.edu
GNU General Public License v3.0
45 stars 21 forks source link

Add `Sinogram` class #1095

Open garrettwrong opened 4 months ago

garrettwrong commented 4 months ago

Following our demo we got a request to add the 2D-1D equivalent of the project/backproject.

The intended applications are pedagogical (demonstrating Radon transform etc) and supporting future research work that is leveraging line projections of images.

garrettwrong commented 1 week ago

I'm not sure whether we will call it Sinogram, but Marc actively began working on the optimized (using nufft) image to line projection feature.