Extra.QA#

maskClouds(x[, method, prob, maskCirrus, ...])

Masks clouds and shadows in an image or image collection (valid just for Surface Reflectance products).

preprocess(x, **kwargs)

Pre-process the image, or image collection: masks clouds and shadows, and scales and offsets the image, or image collection.

Metrics#

listMetrics()

Get the name and class of all QA metrics.

getMetrics(names)

Take one or more metric names and return a list of matching QA metrics.

MSE(original, modified[, reproject])

Calculate band-wise Mean Squared Error (MSE) between an original and modified image with the same bands.

RMSE(original, modified[, reproject])

Calculate band-wise Root-Mean Squared Error (RMSE) between an original and modified image with the same bands.

RASE(original, modified[, reproject])

Calculate image-wise Relative Average Spectral Error (RASE) between an original and modified image with the same bands.

ERGAS(original, modified[, reproject])

Calculate image-wise Dimensionless Global Relative Error of Synthesis (ERGAS) between an original and modified image with the same bands.

DIV(original, modified[, reproject])

Calculate band-wise Difference in Variance (DIV) between an original and modified image with the same bands.

bias(original, modified[, reproject])

Calculate band-wise bias between an original and modified image with the same bands.

CC(original, modified[, reproject])

Calculate band-wise correlation coefficient (CC) between an original and modified image with the same bands.

CML(original, modified[, reproject])

Calculate band-wise change in mean luminance (CML) between an original and modified image with the same bands.

CMC(original, modified[, reproject])

Calculate band-wise change in mean contrast (CMC) between an original and modified image with the same bands.

UIQI(original, modified[, reproject])

Calculate band-wise Universal Image Quality Index (UIQI) between an original and modified image with the same bands.