SyntheticObservation#

class demregpy.synthetic.SyntheticObservation(
dem: ndarray,
dn_clean: ndarray,
dn_in: ndarray,
edn_in: ndarray,
)[source]

Bases: object

Synthetic observation returned by synthesize_counts().

The fields store the input DEM, the corresponding noise-free counts, the counts used as inversion input, and their uncertainties.

Attributes Summary

Attributes Documentation

dem: ndarray#
dn_clean: ndarray#
dn_in: ndarray#
edn_in: ndarray#