From 96f9d4d6da348061c9c0f882b1e8537ea9579107 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Wed, 13 Dec 2023 18:55:41 +0530 Subject: [PATCH] coeffs for dev4 --- .../hpostesting/data/constant/Constants.kt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt b/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt index fde46ad..1ddf250 100644 --- a/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt +++ b/app/src/main/java/com/example/hpostesting/data/constant/Constants.kt @@ -91,6 +91,18 @@ object Constants { listOf(0.1964, 0.011565), // LED3, 555nm listOf(1.0, 0.0) // LED4 ), + "HCV-000-3003" to listOf( + listOf(0.723142, -0.09135), // LED1, 435nm + listOf(0.581462456, -0.58502), // LED2, 415nm + listOf(0.1964, 0.011565), // LED3, 555nm + listOf(1.0, 0.0) // LED4 + ), + "HCV-000-3004" to listOf( + listOf(1.6837, -1.1417), // LED1, 435nm + listOf(0.581462456, -0.58502), // LED2, 415nm + listOf(0.2241, -0.0106), // LED3, 555nm + listOf(1.0, 0.0) // LED4 + ), ) const val INCUBATION_TIME_MIN = 0 @@ -108,6 +120,18 @@ object Constants { listOf(24500, 26250), listOf(24500, 26250), listOf(24500, 26250), + ), + "HCV-000-3003" to listOf( + listOf(24500, 26250), + listOf(24500, 26250), + listOf(24500, 26250), + listOf(24500, 26250), + ), + "HCV-000-3004" to listOf( + listOf(24500, 26250), + listOf(24500, 26250), + listOf(24500, 26250), + listOf(24500, 26250), ) ) } \ No newline at end of file