Skip to content
Snippets Groups Projects
Commit 838d8f19 authored by JOSSOUD Olivier's avatar JOSSOUD Olivier
Browse files

IcbkTransition - Use Conducti-R

parent 95c970a3
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ class IcbktransitionUim:
def __show_icbktransition_dialog__(self):
self.current_dataset = self.explo_uim.current_dataset
self.icbktransition_prvd.load_dataset(self.current_dataset)
self.conduct_timeseries = self.current_dataset.get_timeseries("CONDUCTI_periodic").copy()
self.conduct_timeseries = self.current_dataset.get_timeseries("CONDUCTI-R_periodic").copy()
self.picarro_df = self.current_dataset.get_timeseries("PICARRO_periodic").copy()
self.__init_reftime__()
self.__update_conduct_curves__()
......
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