Changeset 17 for trunk/src/dataview.m


Ignore:
Timestamp:
Feb 18, 2010, 7:37:48 PM (14 years ago)
Author:
sommeria
Message:

possibilite de créer une grille physique dans geometry_calib (le faire apres avoir introduit les points sur l'image avec la souris)
petites corrections mineures sur les autres fichiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dataview.m

    r12 r17  
    44% associated with the GUI dataview.fig
    55%
    6 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     6%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    77%  Copyright Joel Sommeria, 2008, LEGI / CNRS-UJF-INPG, sommeria@coriolis-legi.org.
    8 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     8%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    99%     This file is part of the toolbox UVMAT.
    1010%
     
    1818%     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1919%     GNU General Public License (file UVMAT/COPYING.txt) for more details.
    20 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     20%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    2121
    2222function varargout = dataview(varargin)
     
    4343% End initialization code - DO NOT EDIT
    4444
    45 
     45%------------------------------------------------------------------------
    4646% --- Executes just before dataview is made visible.
    4747function dataview_OpeningFcn(hObject, eventdata, handles, RootDir, SubCampaignTst,GeometryCalib)
    48 
     48%------------------------------------------------------------------------
    4949% Choose default command line output for dataview
    5050handles.output = 'Cancel';
     
    107107end
    108108
    109 
    110 
    111109%------------------------------------------------------------------------
    112110% --- Outputs from this function are returned to the command line.
     
    117115delete(handles.figure)
    118116
    119 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    120117%------------------------------------------------------------------------
    121118% --- Executes on button press in browser.
     
    136133CampaignDir=uigetdir(CurrentFile,'Open the Campaign directory'); %file browser
    137134set(handles.RootDirectory,'String',CampaignDir)
    138 
    139135RootDirectory_Callback(hObject, eventdata, handles)
    140136
Note: See TracChangeset for help on using the changeset viewer.