tomwer.core.process.reconstruction.scores.scores#

Functions

apply_roi(data, radius, url)

compute the square included in the circle of radius and centered in the middle of the data

compute_score(data, method[, angles, ...])

param numpy.ndarray data:

frame for which we should compute the score

compute_score_contrast_std(data)

Compute a contrast score by simply computing the standard deviation of the frame :param numpy.ndarray data: frame for which we should compute the score :return: score of the frame :rtype: float

compute_tomo_consistency(data, ...)

compute_tv_score(data)

Compute the data score as image total variation

get_disk_mask_radius(datasets_)

compute the radius to use for the mask

Classes

ComputedScore(tv, std[, tomo_consistency])

ScoreMethod(value)

An enumeration.