@@ -213,14 +213,14 @@ def fetch_nstx_data(signal_path,shot_num,c):
213
213
'pradedge' :pradedge ,'pradtot' :pradtot ,'pin' :pin ,
214
214
'torquein' :torquein ,
215
215
'energydt' :energydt ,'ipdirect' :ipdirect ,'iptarget' :iptarget ,'iperr' :iperr ,
216
- 'tmamp1' :tmamp1 ,'tmamp2' :tmamp2 ,'tmfreq1' :tmfreq1 ,'tmfreq2' :tmfreq2 ,'pechin' :pechin ,
216
+ # 'tmamp1':tmamp1,'tmamp2':tmamp2,'tmfreq1':tmfreq1,'tmfreq2':tmfreq2,'pechin':pechin,
217
217
# 'rho_profile_spatial':rho_profile_spatial,'etemp':etemp,
218
- 'etemp_profile' :etemp_profile ,'edens_profile' :edens_profile ,
219
- 'itemp_profile' :itemp_profile ,'zdens_profile' :zdens_profile ,
220
- 'trot_profile' :trot_profile ,'pthm_profile' :pthm_profile ,
221
- 'neut_profile' :neut_profile ,'q_profile' :q_profile ,
222
- 'bootstrap_current_profile' :bootstrap_current_profile ,
223
- 'q_psi_profile' :q_psi_profile }
218
+ 'etemp_profile' :etemp_profile ,'edens_profile' :edens_profile }
219
+ # 'itemp_profile':itemp_profile,'zdens_profile':zdens_profile,
220
+ # 'trot_profile':trot_profile,'pthm_profile':pthm_profile,
221
+ # 'neut_profile':neut_profile,'q_profile':q_profile,
222
+ # 'bootstrap_current_profile':bootstrap_current_profile,
223
+ # 'q_psi_profile':q_psi_profile}
224
224
#}
225
225
226
226
#new signals are not downloaded yet
@@ -236,6 +236,7 @@ def fetch_nstx_data(signal_path,shot_num,c):
236
236
print (all_signals .values ())
237
237
238
238
fully_defined_signals = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if sig .is_defined_on_machines (all_machines )}
239
+ fully_defined_signals_0D = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if (sig .is_defined_on_machine (jet ) and sig .num_channels == 1 )}
239
240
d3d_signals = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if sig .is_defined_on_machine (d3d )}
240
241
jet_signals = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if sig .is_defined_on_machine (jet )}
241
242
jet_signals_0D = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if (sig .is_defined_on_machine (jet ) and sig .num_channels == 1 )}
0 commit comments