Skip to content
Snippets Groups Projects

Draft: Tcv get ids summary mask fix

Closed Luke Simons requested to merge tcv_get_ids_summary_mask_fix into master

The issue is with the summary ids


shot_numbers=67455;
ii=1;
idss_summary = gdat(shot_numbers(ii),'ids','source','summary');

Specifically, when loading the 'tau_energy', all the data is nans. This causes the data mask to be zeros: tcv_get_ids_summary, line 254


mask = ~isnan(global_quantities.(global_quantities_fieldnames{i}).data);

This means that the following data array is empty while the time array has 72 elements:


global_quantities.(global_quantities_fieldnames{i}).data(mask)

Related redmine issue

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading