Hi Steven,
This is the code:
real3d = test_image_3d(1)
real3d.process_inplace("normalize.edgemean")
sym = Symmetries.get("c1") #The symmetric type of the particle
orients = sym.gen_orientations("eman",{"delta":30}) ## Generate 100 gen_orientations operator
proj2d = [real3d.project("standard",t) for t in orients] ## All projections
This is the test 3d image:
This is the projections:
Actually, the projection of the 3d density should only contain 5 circles. But from the projections, we can see there are some shadow except for 5 circles. I would like to know some details about how did you add the shadow (or noise) to the projections. Can I get the projections without the shadow (noise).
Best,
Huiya