Skip to content

Commit

Permalink
use z_r annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Aug 12, 2024
1 parent 271d68b commit 8efea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectrum_fundamentals/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,10 @@
# GENERATION OF ANNOTATION #
############################

IONS = ["x", "y", "z", "z●" "a", "b", "c"]
IONS = ["x", "y", "z", "z_r" "a", "b", "c"]
HCD_IONS = ["y", "b"]
ETD_IONS = ["z_r", "c"]
ETCID_IONS = ["y", "z", "b", "c"]
ETCID_IONS = ["y", "z_r", "b", "c"]
UVPD_IONS = ["x", "y", "z", "a", "b", "c"]

CHARGES = [1, 2, 3] # limited to uint8 (0-255) when array is created
Expand Down

0 comments on commit 8efea6c

Please sign in to comment.