Skip to content

Commit

Permalink
Added some addition device types, and analysis types.
Browse files Browse the repository at this point in the history
Response to #607 and #708.
  • Loading branch information
bdeadman committed May 2, 2024
1 parent c9fc7fa commit 58f55dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/reaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ message ReactionInput {
SYRINGE = 3;
CANNULA = 4;
ADDITION_FUNNEL = 5;
PIPETTE = 6;
POSITIVE_DISPLACEMENT_PIPETTE = 7;
}
AdditionDeviceType type = 1;
// Specify, e.g., "gas-tight" for SYRINGE or cannula material.
Expand Down Expand Up @@ -1087,6 +1089,8 @@ message Analysis {
XRD = 21; // X-ray diffraction, including single-crystal XRD.
RAMAN = 22; // Raman spectroscopy.
ED = 23; // Electron diffraction, including MicroED.
OPTICAL_ROTATION = 24; // optical rotation.
CAD = 25; // Charged Aerosol Detector.
}
AnalysisType type = 1;
// Any details about analysis (e.g., NMR type, columns, gradients).
Expand Down

0 comments on commit 58f55dd

Please sign in to comment.