tomolog_cli.tomolog

Functions:

TomoLog(args)

Class to publish experiment meta data, tomography projection and reconstruction on a google slide document.

class tomolog_cli.tomolog.TomoLog(args)[source]

Bases: object

Class to publish experiment meta data, tomography projection and reconstruction on a google slide document.

init_slide()[source]
plot_projection(proj, fname)[source]
plot_recon(recon, fname)[source]
publish_descr(presentation_id, page_id)[source]
publish_proj(presentation_id, page_id, proj, resolution=1)[source]
publish_recon(presentation_id, page_id, recon, resolution=1)[source]
read_meta_item(template)[source]
read_raw()[source]
read_recon()[source]
run_log()[source]