Skip to content

Commit

Permalink
update mastu green function table to be more similar to efit++
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McClenaghan committed Aug 23, 2023
1 parent 115b5e7 commit 12c5bc5
Show file tree
Hide file tree
Showing 4 changed files with 852 additions and 296 deletions.
1 change: 1 addition & 0 deletions omas/machine_mappings/mast.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def pf_active_coil_current_data(ods, pulse, server=None, port=None):
ods[f'pf_active.coil.{channel}.current.data_error_upper'] = error

except pyuda.UDAException:
print(channel,sig_name)
tmp = None
ods[f'pf_active.coil.{channel}.current.data'] = np.array([])
ods[f'pf_active.coil.{channel}.current.data_error_upper'] = np.array([])
Expand Down
Loading

0 comments on commit 12c5bc5

Please sign in to comment.