Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separation Column Handling #816

Closed
eselmeister opened this issue Nov 18, 2021 · 1 comment
Closed

Separation Column Handling #816

eselmeister opened this issue Nov 18, 2021 · 1 comment
Assignees

Comments

@eselmeister
Copy link
Contributor

Currently, some inconsistencies exists when it comes to the separation column handling. The issues will be addressed here as they are:

  • Column Mapping
  • Backward Compatibility
  • Addressing Column Manufacturer Types
@eselmeister eselmeister self-assigned this Nov 18, 2021
eselmeister added a commit that referenced this issue Nov 19, 2021
The file identifier and calibration calculation table columns have been
updated.
@eselmeister
Copy link
Contributor Author

Bildschirmfoto von 2021-11-19 07-10-34

The column handling is consistent now. All *.msl, *.msp and *.cal files can be consistently marked with the column header.

#COLUMN_NAME=Agilent J&W DB-1701
#COLUMN_LENGTH=30 m
#COLUMN_DIAMETER=0.25 mm
#COLUMN_PHASE=Fused Silica

Bildschirmfoto von 2021-11-19 07-14-35

Bildschirmfoto von 2021-11-19 07-15-00

The column name can be specific for a column available in the market, e.g. "Agilent J&W DB-1701". When loading chromatograms or data, the column is mapped to one of the 4 basic types:

DEFAULT("Default")
POLAR("Polar")
APOLAR("Nonpolar")
SEMI_POLAR("Semipolar")

Hence, it's highly recommended to use the SeparationColumnFactory, which maps the columns to type. The user can freely define specific column mappings.

Bildschirmfoto von 2021-11-19 07-13-35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant