Skip to content
Snippets Groups Projects
Commit 91dd3eb1 authored by Marina Ganeva's avatar Marina Ganeva
Browse files

Refs #20924. LoadDNSLegacy --- float mon_sum

parent 119c4023
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ class LoadDNSLegacy(PythonAlgorithm):
# add other sample logs
logs["names"].extend(["deterota", "mon_sum", "duration", "huber", "omega", "T1", "T2", "Tsp"])
logs["values"].extend([metadata.deterota, metadata.monitor_counts, metadata.duration,
logs["values"].extend([metadata.deterota, float(metadata.monitor_counts), metadata.duration,
metadata.huber, metadata.huber - metadata.deterota,
metadata.temp1, metadata.temp2, metadata.tsp])
logs["units"].extend(["Degrees", "Counts", "Seconds", "Degrees", "Degrees", "K", "K", "K"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment