@@ -213,14 +213,14 @@ def fetch_nstx_data(signal_path,shot_num,c):
213213'pradedge' :pradedge ,'pradtot' :pradtot ,'pin' :pin ,
214214'torquein' :torquein ,
215215'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,
217217# '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}
224224#}
225225
226226#new signals are not downloaded yet
@@ -236,6 +236,7 @@ def fetch_nstx_data(signal_path,shot_num,c):
236236print (all_signals .values ())
237237
238238fully_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 )}
239240d3d_signals = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if sig .is_defined_on_machine (d3d )}
240241jet_signals = {sig_name : sig for (sig_name , sig ) in all_signals_restricted .items () if sig .is_defined_on_machine (jet )}
241242jet_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