Skip to content

Tomogram manipulation

xulabs edited this page Aug 6, 2019 · 3 revisions

Common tomogram manipulation operation and tools

Displaying a tomogram:

imod test.mrc

Resize or binning a tomogram using Bsoft:

bint -verbose 7 -size 100,200,300 2omf.grd test.mrc # resize

bint -verbose 7 -scale 1.4,1.4,1.4 2omf.grd test.mrc # resize

bint -bin 4 07_eff_v001.map 07_eff_v001-bint.map # binning

Alternatively, binning can be done using downscale_local_mean

Project Management

  • Roadmap
  • Iteration Plans
  • Development Process

Contributing

Documentation

  • API
Clone this wiki locally