Shared wire contract for AareDB fluorescence ingest: FluorescenceScanIngestModel (wraps FluorescenceSpectrumOutputModel + sample_id) and FluorescenceScanIngestResponseModel (scan id + elements AareDB identified, for the beamline GUI to display).
Shared wire contract for AareDB fluorescence ingest: FluorescenceScanIngestModel (wraps FluorescenceSpectrumOutputModel + sample_id) and FluorescenceScanIngestResponseModel (scan id + elements AareDB identified, for the beamline GUI to display).
FluorescenceScanIngestModel wraps the existing
FluorescenceSpectrumOutputModel with the sample it belongs to — the
payload for AareDB's POST /dispatcher/protected_router/fluorescence/
ingest. FluorescenceScanIngestResponseModel returns the stored scan id
plus the elements AareDB identified from the peaks, so the beamline GUI
can display what was detected.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F3xoBJBmqJJPLg475iK6cE
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Shared wire contract for AareDB fluorescence ingest: FluorescenceScanIngestModel (wraps FluorescenceSpectrumOutputModel + sample_id) and FluorescenceScanIngestResponseModel (scan id + elements AareDB identified, for the beamline GUI to display).