Skip to content

Commit c92cfd9

Browse files
author
Julian Kates-Harbeck
committed
keep only etemp and edens for now as defaults
1 parent c4bfa5c commit c92cfd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/signals.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ def fetch_nstx_data(signal_path,shot_num,c):
210210
'energydt':energydt,'ipdirect':ipdirect,'iptarget':iptarget,'iperr':iperr,
211211
#'tmamp1':tmamp1,'tmamp2':tmamp2,'tmfreq1':tmfreq1,'tmfreq2':tmfreq2,'pechin':pechin,
212212
# 'etemp_profile_spatial':etemp_profile_spatial,'edens_profile_spatial':edens_profile_spatial,'etemp':etemp
213-
'etemp_profile':etemp_profile,'edens_profile':edens_profile,
214-
'itemp_profile':itemp_profile,'zdens_profile':zdens_profile,
215-
'trot_profile':trot_profile,'pthm_profile':pthm_profile,
216-
'neut_profile':neut_profile,'q_profile':q_profile,
217-
'bootstrap_current_profile':bootstrap_current_profile,
218-
'q_psi_profile':q_psi_profile}
213+
'etemp_profile':etemp_profile,'edens_profile':edens_profile}
214+
#'itemp_profile':itemp_profile,'zdens_profile':zdens_profile,
215+
#'trot_profile':trot_profile,'pthm_profile':pthm_profile,
216+
#'neut_profile':neut_profile,'q_profile':q_profile,
217+
#'bootstrap_current_profile':bootstrap_current_profile,
218+
#'q_psi_profile':q_psi_profile}
219219
#}
220220

221221
#new signals are not downloaded yet

0 commit comments

Comments
 (0)