ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Store measured data from calibration in Calibrator.Config #165

Open jamienoss opened 1 month ago

jamienoss commented 1 month ago

Punt from #157

See https://github.com/ssec-jhu/evolver-ng/pull/157#issuecomment-2327255025

        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.",
        )
imaitland commented 2 weeks ago

Worked this into the calibration procedure pr with Jamie's feedback.