Changeset 197 for trunk/src


Ignore:
Timestamp:
Feb 20, 2011, 2:23:49 PM (13 years ago)
Author:
sommeria
Message:

bug corrections. Introduction of water wheight in calibration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imadoc2struct.m

    r191 r197  
    212212                tsai.VolumeScan=get(subt,children(subt,uid_VolumeScan),'value');
    213213            end
     214            tsai.InterfaceCoord=get_value(subt,'/GeometryCalib/InterfaceCoord',[0 0 0])
     215            tsai.RefractionIndex=get_value(subt,'/GeometryCalib/RefractionIndex',1)
     216           
    214217            if strcmp(option,'GeometryCalib')
    215218                tsai.PointCoord=get_value(subt,'/GeometryCalib/SourceCalib/PointCoord',[0 0 0 0 0]);
Note: See TracChangeset for help on using the changeset viewer.