- Timestamp:
- May 9, 2012, 11:21:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r415 r416 454 454 455 455 %% read the time in the image documentation file 456 mode=''; %default457 456 time=[]; 458 457 TimeUnit=''; %default 459 458 CoordUnit='';%default 460 pxcmx_search=[];%default 461 pxcmy_search=[];%default 459 pxcm_search=1; 462 460 if ~isempty(ext_imadoc) 463 461 set(handles.ImaDoc,'BackgroundColor',[1 1 0]) % set edit box to yellow cloro to indicate that the file reading is beginning … … 496 494 TimeUnit=XmlData.TimeUnit; 497 495 end 498 pxcm_search=1; 496 499 497 if isfield(XmlData,'GeometryCalib') 500 498 tsai=XmlData.GeometryCalib;
Note: See TracChangeset
for help on using the changeset viewer.