Tcv get ids nbi update fix for empty field
All threads resolved!
All threads resolved!
There are some nbi ids which are being filled with data but no time array. This is causing issues in user code since the data array should not be longer than the time array. Example demo:
shot=[68340];
idss_nbi = gdat(shot,'ids','source','nbi');
idss_nbi.nbi.unit{2}.power_launched
idss_nbi.nbi.unit{2}.energy
idss_nbi.nbi.unit{2}.beam_current_fraction
idss_nbi.nbi.unit{2}.beam_power_fraction
See related Redmine issue
Merge request reports
Activity
assigned to @lsimons
- Resolved by Luke Simons
This is probably related to how to handle when there is no NBI2 power used (or nbi1 or dnbi)?
added 1 commit
- 9691787e - Added code to make data zero if return of mds is char.
This merge request is ready for review by @mmarin
requested review from @mmarin
- Resolved by Luke Simons
mentioned in merge request !191
added 58 commits
-
9691787e...10e4a6f1 - 57 commits from branch
master
- 569e08e4 - Merge branch 'master' into tcv_get_ids_nbi_update_fix_for_empty_field
-
9691787e...10e4a6f1 - 57 commits from branch
Please register or sign in to reply