My suggestion is to make projections and reconstruct. You can do this through some commands, but may be easier with python code.
// Make projections from 0-180 degrees at alt=90
e2project3d.py emd_4415.hdf --outfile=projections.hdf --orientgen=eman:delta=3:alt_max=90:alt_min=90 --projector=standard
// Take 30-150 degrees images
e2proc2d.py projections.hdf projections_center.hdf --first 10 --last 50
// Reconstruct volume
e2spa_make3d.py --input projections_center.hdf --output projections_recon.hdf
// Rotate it so the missing wedge points toward z.
e2proc3d.py projections_recon.hdf projections_recon_rot.hdf --rot 90,90,0