tomodrgn.commands.backproject_voxel.save_map#
- save_map(vol: tensor, vol_path: str, angpix: float, flip: bool = False) None [source]#
Inverse Hartley transform and save an input map as a .mrc file
- Parameters:
vol – torch tensor of 3-D Hartley-transformed volume
vol_path – name of output .mrc file
angpix – pixel size in angstroms per pixel of output .mrc file
flip – if true, flip the volume along the z-axis before saving