@@ -96,10 +96,10 @@ def parameters(input_file):
9696 sig .jet , params ['paths' ]['shot_list_dir' ],
9797 ['ILW_unint_late.txt' , 'ILW_clear_late.txt' ],
9898 'Late jet iter like wall data' )
99- jet_iterlike_wall_full = ShotListFiles (
100- sig .jet , params ['paths' ]['shot_list_dir' ],
101- ['ILW_unint_full.txt' , 'ILW_clear_full.txt' ],
102- 'Full jet iter like wall data' )
99+ # jet_iterlike_wall_full = ShotListFiles(
100+ # sig.jet, params['paths']['shot_list_dir'],
101+ # ['ILW_unint_full.txt', 'ILW_clear_full.txt'],
102+ # 'Full jet iter like wall data')
103103
104104 jenkins_jet_carbon_wall = ShotListFiles (
105105 sig .jet , params ['paths' ]['shot_list_dir' ],
@@ -169,12 +169,12 @@ def parameters(input_file):
169169 params ['paths' ]['shot_files' ] = [jet_carbon_wall ]
170170 params ['paths' ]['shot_files_test' ] = [jet_iterlike_wall ]
171171 params ['paths' ]['use_signals_dict' ] = {
172- 'etemp_profile' : etemp_profile }
172+ 'etemp_profile' : sig . etemp_profile }
173173 elif params ['paths' ]['data' ] == 'jet_data_dens_profile' :
174174 params ['paths' ]['shot_files' ] = [jet_carbon_wall ]
175175 params ['paths' ]['shot_files_test' ] = [jet_iterlike_wall ]
176176 params ['paths' ]['use_signals_dict' ] = {
177- 'edens_profile' : edens_profile }
177+ 'edens_profile' : sig . edens_profile }
178178 elif params ['paths' ]['data' ] == 'jet_carbon_data' :
179179 params ['paths' ]['shot_files' ] = [jet_carbon_wall ]
180180 params ['paths' ]['shot_files_test' ] = []
@@ -302,13 +302,13 @@ def parameters(input_file):
302302 params ['paths' ]['shot_files' ] = [d3d_full ]
303303 params ['paths' ]['shot_files_test' ] = []
304304 params ['paths' ]['use_signals_dict' ] = {
305- 'etemp_profile' : etemp_profile } # fully_defined_signals_0D
305+ 'etemp_profile' : sig . etemp_profile } # fully_defined_signals_0D
306306 elif params ['paths' ]['data' ] == 'd3d_data_dens_profile' :
307307 # jet data but with fully defined signals
308308 params ['paths' ]['shot_files' ] = [d3d_full ]
309309 params ['paths' ]['shot_files_test' ] = []
310310 params ['paths' ]['use_signals_dict' ] = {
311- 'edens_profile' : edens_profile } # fully_defined_signals_0D
311+ 'edens_profile' : sig . edens_profile } # fully_defined_signals_0D
312312
313313 # cross-machine
314314 elif params ['paths' ]['data' ] == 'jet_to_d3d_data' :
0 commit comments