DataPrepare/utils/event_map.py

7 lines
138 B
Python

# apnea event type to number mapping
E2N = {
"Hypopnea": 1,
"Central apnea": 2,
"Obstructive apnea": 3,
"Mixed apnea": 4
}