Skip to content
Snippets Groups Projects

Remove ec_inputs from defaults of ec_data call

Merged Antonia Frank requested to merge change-ec-data-defaults into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -1577,8 +1577,8 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
@@ -1577,8 +1577,8 @@ elseif strcmp(mapping_for_tcv.method,'switchcase')
% EC
% EC
if gdat_data.gdat_params.ec_inputs
if gdat_data.gdat_params.ec_inputs
% fill ec_inputs from write_pgyro
% fill ec_inputs from write_pgyro
[~,time,pgyro,pgyro_ecrh,gyro2launcher,freq2launcher,~,~] = write_pgyro(shot,'doplots',0);
[~,time,pgyro,pgyro_ecrh,gyro2launcher,freq2launcher,~,~] = write_pgyro(shot,'doplots',0);
ec_inputs.pgyro.data = pgyro;
ec_inputs.pgyro.data = pgyro;
ec_inputs.pgyro.t = time;
ec_inputs.pgyro.t = time;
Loading