AttocubeScan.correct_drifts

AttocubeScan.correct_drifts(refindex, threshold=0.005, upsample_factor=50, box=None)

Align images to correct for image drift.

Pass through to ImageArray.corret_drift.

Arg:
refindex: int or str

index or name of the reference image to use for zero drift

Keyword Arguments:
  • threshold (float) – see ImageArray.correct_drift

  • upsample_factor (int) – see ImageArray.correct_drift

  • box – see ImageArray.correct_drift