tomodrgn.dose.combine_dose_tilt_weights#

combine_dose_tilt_weights(dose_weights: ndarray, tilt_weights: ndarray) list[ndarray][source]#

Merge dose weights (per frequency and per tilt) with tilt weights (per tilt) for single output array

Parameters:
  • dose_weights – list of 2-D numpy arrays of weight for each spatial frequency at each cumulative dose, shape (D**2), dtype float

  • tilt_weights – list of scalar weights per tilt image, shape (1), dtype float

Returns:

merged weights per frequency and per tilt, shape (D, D), dtype float