Changeset 972 for trunk/src/phys_XYZ.m


Ignore:
Timestamp:
Nov 15, 2016, 5:22:14 PM (7 years ago)
Author:
sommeria
Message:

multitif updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/phys_XYZ.m

    r924 r972  
    4141        norm_plane(2)=OmAxis(2)*coeff-OmAxis(1)*sin_om;
    4242        norm_plane(3)=OmAxis(3)*coeff+cos_om;
    43         Z0=norm_plane*Calib.SliceCoord(Zindex,:)'/norm_plane(3);
    44     else
     43%         Z0=norm_plane*Calib.SliceCoord(Zindex,:)'/norm_plane(3);
     44    end
    4545        Z0=Calib.SliceCoord(Zindex,3);%horizontal plane z=cte
    46     end
     46%     end
    4747    Z0virt=Z0;
    4848    if isfield(Calib,'InterfaceCoord') && isfield(Calib,'RefractionIndex')
Note: See TracChangeset for help on using the changeset viewer.