File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments