Resonator Dip Finder v0

Added resonator-dip-finder-v0 to the Control API. Detects resonator dips in spectroscopy magnitude traces, accepting 1D input of any length and returning detected dip indices.

1result = client.control.models.run(
2 model="resonator-dip-finder-v0",
3 data=f,
4)