feat(models): fluorescence ingest contract shared with AareDB #19

Merged
perl_d merged 1 commits from feat/fluorescence-ingest-contract into main 2026-08-18 11:00:00 +02:00
Owner

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).
gotthard_g added 1 commit 2026-08-17 15:37:35 +02:00
feat(models): fluorescence ingest contract shared with AareDB
CI / lint (pull_request) Successful in 23s
CI / test (3.12) (pull_request) Successful in 22s
CI / test (3.13) (pull_request) Successful in 23s
CI / test (3.11) (pull_request) Successful in 54s
CI / lint (push) Canceled after 11s
CI / test (3.11) (push) Canceled after 0s
CI / test (3.12) (push) Canceled after 0s
CI / test (3.13) (push) Canceled after 0s
Build and Publish / release (push) Successful in 12s
064a1d5cab
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
perl_d merged commit 064a1d5cab into main 2026-08-18 11:00:00 +02:00
Sign in to join this conversation.