18. mzPeak metadata instrument configurations¶
Describe the JSON format of instrument configurations used to acquire a mass spectrometry experiment
Type: array
Items: 18.1.1 instrument_configuration
18.1 Definitions¶
18.1.1 instrument_configuration¶
Describes a single instrument configuration that was used. Analogous to https://peptideatlas.org/tmp/mzML1.1.0.html#instrumentConfiguration
Type: object
18.1.1.1 Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
components |
array of 18.1.2 component_type |
Yes | |
software_reference |
string |
Yes | The identifier for a software that was associated with the data acquisition process. |
id |
integer |
Yes | A unique identifier for this instrument configuration. |
parameters |
array of param |
Yes | Additional parameters describing this configuration, like the instrument model and serial number |
18.1.1.2 Property Details¶
components - array of 18.1.2 component_type (required)
software_reference - string (required)
The identifier for a software that was associated with the data acquisition process.
id - integer (required)
A unique identifier for this instrument configuration.
parameters - array of param (required)
Additional parameters describing this configuration, like the instrument model and serial number
18.1.2 component_type¶
Describes an instrument component like the ion source, mass analyzer, or detector
Type: object
18.1.2.1 Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
component_type |
enum |
Yes | The kind of component this is |
order |
integer |
Yes | The order in which the analytes travels through the component |
parameters |
array of param |
Yes | Additional parameters describing this component, like the particular hardware type or components |
18.1.2.2 Property Details¶
component_type - enum (required)
The kind of component this is
Allowed values: "ionsource", "analyzer", "detector"
order - integer (required)
The order in which the analytes travels through the component
parameters - array of param (required)
Additional parameters describing this component, like the particular hardware type or components