polyTEM.tomography.reconstruction.gif¶
- polyTEM.tomography.reconstruction.gif(recon_data, interval, savefile)¶
Saves .gif of reconstruction, going through z-heights Can be rendered in jupyterlab using from IPython.display import HTML
- Parameters:
recon_data – with shape (z,x,y)
interval – frame rate for gif, in ms
- Returns:
html5 <video> tag.