Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ def _create_peak(peak: dict[str, Any], signal: dict[str, Any]) -> Peak:
"chromatographic peak resolution (USP)"
),
"asymmetry aia": peak.get("asymmetry aia"),
"relative area group": try_float_or_none(peak.get("relative area group")),
"number of calibration points": try_float_or_none(
peak.get("number of calibration points")
),
},
)

Expand Down
Loading
Loading