The number of injections to average over for each processed sample (probe) should be a settable option on the page "Process isotope measurement data" (function pageProcessDataUI()). For communicating with piccr, right now it seems to be hard-coded to n=3 in function generateConfig() called from processDataWithPiccr().
The number of injections to average over for each processed sample (probe) should be a settable option on the page "Process isotope measurement data" (function
pageProcessDataUI()
). For communicating with piccr, right now it seems to be hard-coded ton=3
in functiongenerateConfig()
called fromprocessDataWithPiccr()
.