Changeset 972 for trunk/src/phys_XYZ.m
- Timestamp:
- Nov 15, 2016, 5:22:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/phys_XYZ.m
r924 r972 41 41 norm_plane(2)=OmAxis(2)*coeff-OmAxis(1)*sin_om; 42 42 norm_plane(3)=OmAxis(3)*coeff+cos_om; 43 Z0=norm_plane*Calib.SliceCoord(Zindex,:)'/norm_plane(3);44 e lse43 % Z0=norm_plane*Calib.SliceCoord(Zindex,:)'/norm_plane(3); 44 end 45 45 Z0=Calib.SliceCoord(Zindex,3);%horizontal plane z=cte 46 end46 % end 47 47 Z0virt=Z0; 48 48 if isfield(Calib,'InterfaceCoord') && isfield(Calib,'RefractionIndex')
Note: See TracChangeset
for help on using the changeset viewer.