measured_data: dict | None = Field(
None,
description="The data measured by a calibration procedure run. This can be specified instead of specifying "
"some transformer config params, e.g., polynomial coefficients. This data will be fitted upon "
"first use.",
)
Punt from #157
See https://github.com/ssec-jhu/evolver-ng/pull/157#issuecomment-2327255025