Skip to content

Commit b7cc800

Browse files
committed
small fixes in GetDetectors
1 parent 837995a commit b7cc800

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Writer/OntologyMapping.cs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,8 @@ public static List<CVParamType> GetDetectors(string instrumentAccession)
612612
case "MS:1002732":
613613
// ORBITRAP ECLIPSE
614614
case "MS:1003029":
615-
// ORBITRAP EXPLORIS 120
616-
case "MS:1003095":
617-
// ORBITRAP EXPLORIS 240
618-
case "MS:1003094":
619-
// ORBITRAP EXPLORIS 480
620-
case "MS:1003028":
615+
// ORBITRAP ID-X
616+
case "MS:1003112":
621617
detectors = new List<CVParamType>
622618
{
623619
new CVParamType
@@ -648,6 +644,12 @@ public static List<CVParamType> GetDetectors(string instrumentAccession)
648644
case "MS:1002877":
649645
// Q EXACTIVE PLUS
650646
case "MS:1002634":
647+
// ORBITRAP EXPLORIS 120
648+
case "MS:1003095":
649+
// ORBITRAP EXPLORIS 240
650+
case "MS:1003094":
651+
// ORBITRAP EXPLORIS 480
652+
case "MS:1003028":
651653
detectors = new List<CVParamType>
652654
{
653655
new CVParamType

0 commit comments

Comments
 (0)