Ignore:
Timestamp:
Feb 27, 2011, 10:41:07 PM (13 years ago)
Author:
sommeria
Message:

bug fixes to deal with volumes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r196 r207  
    254254        end     
    255255        GeometryCalib.SliceCoord=Z_plane'*[0 0 1];
     256        GeometryCalib.SliceAngle=answer{7}*ones(GeometryCalib.NbSlice,1)*[0 1 0];%rotation around y axis (to generalise)
    256257        GeometryCalib.InterfaceCoord=[0 0 str2double(answer{3})];
    257         GeometryCalib.RefractionIndex=str2double(answer{4});
     258        GeometryCalib.RefractionIndex=str2double(answer{4});     
    258259    end
    259260    errormsg=update_imadoc(GeometryCalib,outputfile);% introduce the calibration data in the xml file
Note: See TracChangeset for help on using the changeset viewer.