Add additional ASM constants, add other sensor handling, fix bug in kla model

This commit is contained in:
2025-11-07 11:59:24 +01:00
parent ffb4080f14
commit a106276ca6
3 changed files with 19 additions and 5 deletions

View File

@@ -2,6 +2,8 @@ const math = require('mathjs');
const ASM_CONSTANTS = {
S_O_INDEX: 0,
S_NH_INDEX: 3,
S_NO_INDEX: 5,
NUM_SPECIES: 13
};