Data-processing overview: from raw frames to 3D structure

An end-to-end roadmap — from a pile of raw movie frames to a 3-D structure you can view and segment, with what each step uses and what it produces

Intuition

What you start with: a batch of tilt series. Each series is a set of images of the same specimen in the same patch of ice, taken across a range of tilt angles — and at each angle what you record is not a single picture but a movie, dozens of low-dose frames. What you want at the end: a denoised, missing-wedge-corrected 3-D volume you can drag straight into ChimeraX, see clearly, and trace membranes, organelles, and macromolecules out of.

This page is the roadmap connecting those two ends. In between runs a fixed pipeline: raw movie frames → motion correction → CTF and dose handling → tilt-series alignment → back-projection reconstruction → even/odd splitting → self-supervised training → visualization and segmentation. Below, each step is broken out: what goes in, what comes out, which tool does it, and why it exists, with a link to the article that develops it.

What the pipeline looks like

Strung together in one line:

tilt series (a movie at each tilt) → motion correctionCTF / dose / deconvolutiontilt-series alignmentweighted back-projection reconstructioneven/odd splittingself-supervised training (fill the missing wedge + denoise)ChimeraX / IMOD visualization and segmentation.

Each step takes the previous step’s product as input and emits an intermediate that is one notch closer to usable. Here is each item in turn.

1 · Acquisition: get the tilt series

2 · Motion correction: align and sum each movie

3 · CTF estimation / correction, dose weighting, deconvolution

4 · Tilt-series alignment

5 · Reconstruction: weighted back-projection to a tomogram

6 · Even/odd splitting: make two noise-independent copies

7 · Self-supervised training: fill the missing wedge, denoise

8 · Visualization and segmentation: ChimeraX and IMOD

Intuition

The concepts live in the electron-tomography base — what the missing wedge is, why back-projection smears, how the CTF works — that side explains the principles; this base is the hands-on how-to that tells you which tool to use, what to type, and what file comes out. The two mirror each other: if you can’t see why a step exists, go back to the concept base; if you want to actually run it, stay here.

Which steps run once, and which run per tomogram

Telling these apart saves a lot of effort:

Tip

Steps 6–7 (even/odd splitting + self-supervised training) are exactly where this site’s research methods land. The first five steps are the standard preprocessing every cryo-ET pipeline shares; what CryoGEN and CryoWGEN replace or strengthen is the “how to fill the missing wedge, how to denoise” of step 7 — and what they feed on is precisely the noise-independent pair produced in step 6.


This is the roadmap that starts the pipeline. Next: movie frames and motion correction.

← Software & Data Processing