Skip to content
Snippets Groups Projects
Commit b6c9ee43 authored by matval91's avatar matval91 Committed by Olivier Sauter
Browse files

R and z position are (back) in meters

parent 684cf4fe
Branches
Tags
1 merge request!23Small fixes
...@@ -51,11 +51,11 @@ beamlets_group.divergence(2).horizontal = 0.53 *pi/180.; ...@@ -51,11 +51,11 @@ beamlets_group.divergence(2).horizontal = 0.53 *pi/180.;
%dcd_NBH = psitbxdcd(4.5889, 0.0, 211.9535*pi/180, 0.0, -9.2308*pi/180); %dcd_NBH = psitbxdcd(4.5889, 0.0, 211.9535*pi/180, 0.0, -9.2308*pi/180);
beamlets_group.position(1:nb_units) = struct('phi',[],'r',[],'z',[]); beamlets_group.position(1:nb_units) = struct('phi',[],'r',[],'z',[]);
beamlets_group.position(1).phi = 211.9535*pi/180.; beamlets_group.position(1).phi = 211.9535*pi/180.;
beamlets_group.position(1).r = 4.5889*1e-2; % in [m]?? OS beamlets_group.position(1).r = 4.5889;
beamlets_group.position(1).z = 0.; % in [m]?? OS beamlets_group.position(1).z = 0.;
beamlets_group.position(2).phi = 295.2416*pi/180.; beamlets_group.position(2).phi = 295.2416*pi/180.;
beamlets_group.position(2).r = 4.9274*1e-2; % in [m]?? OS beamlets_group.position(2).r = 4.9274;
beamlets_group.position(2).z = 0.; % in [m]?? OS beamlets_group.position(2).z = 0.;
for iunit=1:nb_units for iunit=1:nb_units
ids_nbi.unit{iunit}.identifier = unit_identifier{iunit}; ids_nbi.unit{iunit}.identifier = unit_identifier{iunit};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment