File size: 1,054 Bytes
91895bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | Inspect the Suspect source code, run the public
reproduction workflow, and repair the dynamic-registration implementation so
that spectral registration improves drifted magnetic-resonance spectroscopy
transients.
The public reproduction uses a small dynamic MRS-like series. The current
workflow should build or use a common reference, estimate frequency/phase drift
for each transient in the stable spectral region, compensate that drift before
averaging, and keep unusable transients from polluting the reported average.
The reported quality metrics show that the processed series is still not
behaving as a scientifically meaningful drift correction should.
Your repair should be general. Do not hard-code the public fixture, point
count, dwell time, peak frequency, or a fixed set of numeric outputs. The
correct behavior should hold for other drift directions, spectral windows,
noise levels, and sampling settings.
Run:
```bash
python reproduce.py
```
The script writes `outputs/reproduction_report.json` and prints the same report
to stdout.
|