{{zones[0].results.average.after[algorithm] ? "BEFORE" : "Single Sample"}} - particle counts per cubic meter and analysis | |||
---|---|---|---|
Location | ≥{{data.size}} µm | Time | {{report.input.ISO ? "ISO Class" : "IAQ Level"}} |
{{zone.input.ZoneName}} | {{data.count}} | {{zone.input.SampleDuration.SampleMinutes || 0}}m, {{zone.input.SampleDuration.SampleSeconds || 0}}s | {{zone.results.average.before[algorithm].iaq || "*"}}{{errorMessage(zone.results.average.before[algorithm]) ? (zone.index + 1) : ""}} |
AFTER - particle counts per cubic meter and analysis | ||||
---|---|---|---|---|
Location | ≥{{data.size}} µm | Reduction | Time | {{report.input.ISO ? "In Operation ISO class comparison" : "IAQ Level"}} |
{{zone.input.ZoneName}} | {{data.count}} | {{data.count ? ((countForSize(zone.results.average.before[algorithm].data_available, data.size) / data.count * 100 - 100).toFixed(0) + "%") : "N/A"}} | {{zone.input.SampleDuration.SampleMinutes || 0}}m, {{zone.input.SampleDuration.SampleSeconds || 0}}s | {{zone.results.average.after[algorithm].iaq || "*"}}{{errorMessage(zone.results.average.after[algorithm]) ? (zone.index + 1) : ""}} |