add constants

This commit is contained in:
Pritimay Sarkar
2023-11-17 11:09:57 +05:30
parent 3b3bc1adf4
commit 1d22fa54c9

View File

@@ -93,6 +93,9 @@ object Constants {
),
)
const val INCUBATION_TIME_MIN = 15
const val INCUBATION_TIME_MAX = 30
val BUFFER_INTENSITY_THRESHOLDS: Map<String, List<List<Int>>> = mapOf<String, List<List<Int>>>(
"HCV-000-3001" to listOf(
listOf(24000, 24500),