Ignore:
Timestamp:
Oct 4, 2010, 10:39:11 PM (14 years ago)
Author:
sommeria
Message:

merge_proj.m, proj_field.m: bugs repaired merging of images
plot_field.m: minor cleaning
imadoc2struct: introduce the possibility of readying the calibration point coordinates
sub_field.m:bugs repaired
geometry_calib, create_grid: introduction of new calibration methods, improvement of detect_grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/create_grid.m

    r89 r109  
    136136    zarray=T.z_0*ones(size(yarray));
    137137    varargout{1}=[xarray yarray zarray];
     138    varargout{2}=T;
    138139end
    139 varargout{2}=T;
     140
    140141% The figure can be deleted now
    141142delete(handles.figure1);
Note: See TracChangeset for help on using the changeset viewer.