Skip to content

Commit

Permalink
fix(shared-data): PVT P1000S 200ul accuracy function (#13593)
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler authored Sep 19, 2023
1 parent 52646be commit 369c8e4
Showing 1 changed file with 28 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,70 +88,40 @@
"aspirate": {
"default": {
"1": [
[0.1983, -15.5377, 4.4239],
[0.2467, 1.5308, 1.0387],
[0.285, -0.563, 1.5551],
[1.395, 3.9759, 0.2615],
[2.22, 2.4705, 2.3617],
[3.01, 1.5233, 4.4644],
[3.975, 1.1548, 5.5735],
[4.99, 0.6825, 7.4508],
[6.2033, 0.5072, 8.326],
[7.6183, 0.3622, 9.2251],
[9.3183, 0.2822, 9.8345],
[11.305, 0.1951, 10.6468],
[13.575, 0.1202, 11.4935],
[16.2267, 0.0827, 12.0016],
[19.4583, 0.0802, 12.0431],
[23.33, 0.0692, 12.2572],
[27.765, 0.0373, 13.0009],
[33.1483, 0.0402, 12.9213],
[39.3683, 0.0227, 13.5002],
[46.82, 0.022, 13.5259],
[55.5967, 0.0159, 13.8114],
[65.8433, 0.0103, 14.1256],
[77.925, 0.0078, 14.2893],
[92.1383, 0.0057, 14.4522],
[108.7467, 0.0033, 14.6725],
[128.425, 0.0033, 14.6798],
[151.605, 0.0025, 14.7791],
[178.705, 0.0013, 14.953],
[210.66, 0.0012, 14.9867]
[1.5742, 3.2596, 1.8233],
[2.5158, 2.2718, 3.3782],
[4.47, 1.1953, 6.0865],
[5.4908, 0.5062, 9.1669],
[6.6658, 0.3243, 10.1658],
[9.6683, 0.2016, 10.9838],
[11.6442, 0.1543, 11.4405],
[19.8692, 0.0794, 12.3132],
[33.4958, 0.0375, 13.1444],
[51.9508, 0.0191, 13.7624],
[92.6067, 0.0074, 14.3699],
[152.3575, 0.0029, 14.7822],
[179.5925, 0.0013, 15.027],
[211.5867, 0.0009, 15.1088]
]
}
},
"dispense": {
"default": {
"1": [
[0.1983, -15.5377, 4.4239],
[0.2467, 1.5308, 1.0387],
[0.285, -0.563, 1.5551],
[1.395, 3.9759, 0.2615],
[2.22, 2.4705, 2.3617],
[3.01, 1.5233, 4.4644],
[3.975, 1.1548, 5.5735],
[4.99, 0.6825, 7.4508],
[6.2033, 0.5072, 8.326],
[7.6183, 0.3622, 9.2251],
[9.3183, 0.2822, 9.8345],
[11.305, 0.1951, 10.6468],
[13.575, 0.1202, 11.4935],
[16.2267, 0.0827, 12.0016],
[19.4583, 0.0802, 12.0431],
[23.33, 0.0692, 12.2572],
[27.765, 0.0373, 13.0009],
[33.1483, 0.0402, 12.9213],
[39.3683, 0.0227, 13.5002],
[46.82, 0.022, 13.5259],
[55.5967, 0.0159, 13.8114],
[65.8433, 0.0103, 14.1256],
[77.925, 0.0078, 14.2893],
[92.1383, 0.0057, 14.4522],
[108.7467, 0.0033, 14.6725],
[128.425, 0.0033, 14.6798],
[151.605, 0.0025, 14.7791],
[178.705, 0.0013, 14.953],
[210.66, 0.0012, 14.9867]
[1.5742, 3.2596, 1.8233],
[2.5158, 2.2718, 3.3782],
[4.47, 1.1953, 6.0865],
[5.4908, 0.5062, 9.1669],
[6.6658, 0.3243, 10.1658],
[9.6683, 0.2016, 10.9838],
[11.6442, 0.1543, 11.4405],
[19.8692, 0.0794, 12.3132],
[33.4958, 0.0375, 13.1444],
[51.9508, 0.0191, 13.7624],
[92.6067, 0.0074, 14.3699],
[152.3575, 0.0029, 14.7822],
[179.5925, 0.0013, 15.027],
[211.5867, 0.0009, 15.1088]
]
}
},
Expand Down

0 comments on commit 369c8e4

Please sign in to comment.