Measurement Vector#

Base Class#

skretrieval.retrieval.measvec.MeasurementVector(fn)

A class that represents a measurement vector.

Pre-Defined Measurement Vectors#

skretrieval.retrieval.measvec.Triplet(...[, ...])

A class that represents a measurement vector that is a weighted combination of log radiances, high altitude normalized

Selectors#

skretrieval.retrieval.measvec.select(l1[, ...])

Selects the L1 data that matches the filter and applies the selector stored in kwargs to the underlying xarray datasets

Transformers#

skretrieval.retrieval.measvec.log(measurement)

Log transform the measurement

skretrieval.retrieval.measvec.mean(measurement)

Take the mean of the measurement

skretrieval.retrieval.measvec.concat(...)

Concatenates a list of measurements into a single measurement

skretrieval.retrieval.measvec.multiply(...)

Multiply the measurement by a factor

skretrieval.retrieval.measvec.subtract(...)

Subtract one measurement from another

skretrieval.retrieval.measvec.add(...)

Add two measurements together