Hi Joe,
Thank you, that has really helped me play around with the python workspace.
I noticed that the code above targets all data in the output columns (data.timeSeriesList(data.Output))
If I was just interested in targeting the results in one column within the output e.g. Pb207/Pb206 how would I go about it?
I attempted:
data.timeSeriesList(data.'Pb207/Pb206')
data.timeSeries('Pb207/Pb206')
(Background information - I noticed that the code above works really well for the trace element issue I was having but I noticed that the Pb207/Pb206 DRS was calculating ratios from values that should have been removed from the beginning. I altered the DRS you gave me and added an a mask so the ratios would never be generated but interested in seeing how removing the values in the column before 0 and above 1 works as well. I noticed by targeting the entire output list it altered the Pb207/Pb206 ratios which I would like to avoid).
Many thanks,
Collette