You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tricky, undocumented step when switching to training on jet_data_0D is that the user must comment-out the line containing 'etemp_profile': etemp_profile, 'edens_profile': edens_profile, in the definition of the dictionary that stores "all signals defined on this machine":
since the carbon-wall training set defined for jet_data_0D, jet_data_1D, jet_data (latter two are basically unused) has missing or incomplete 1D density and temperature profile data for many shots, unlike other data choices. This causes a significant fraction of shots to be excluded during the python guaranteed_preprocessed.py step, even when the 1D profiles are not used.
We should pop the 2x profile entries from the all_signals dictionary automatically when params['paths']['shot_files'] = [jet_carbon_wall].
The text was updated successfully, but these errors were encountered:
A tricky, undocumented step when switching to training on
jet_data_0D
is that the user must comment-out the line containing'etemp_profile': etemp_profile, 'edens_profile': edens_profile,
in the definition of the dictionary that stores "all signals defined on this machine":plasma-python/data/signals.py
Lines 399 to 415 in c82ba61
before re-building the module and preprocessing the raw shot data. This is unique to this selection of the
conf['paths']['data']
in:plasma-python/examples/conf.yaml
Line 13 in c82ba61
since the carbon-wall training set defined for
jet_data_0D
,jet_data_1D
,jet_data
(latter two are basically unused) has missing or incomplete 1D density and temperature profile data for many shots, unlike other data choices. This causes a significant fraction of shots to be excluded during thepython guaranteed_preprocessed.py
step, even when the 1D profiles are not used.We should pop the 2x profile entries from the
all_signals
dictionary automatically whenparams['paths']['shot_files'] = [jet_carbon_wall]
.The text was updated successfully, but these errors were encountered: