Changeset 813
- Timestamp:
- Aug 13, 2014, 3:25:21 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/proj_field.m
r809 r813 1847 1847 % FFlag= isnan(varline); %detect undefined values NaN 1848 1848 % indnan=find(FFlag); 1849 % if ~isempty(indnan)1849 % if ~isempty(indnan) 1850 1850 % varline(indnan)=zeros(size(indnan)); 1851 1851 % eval(['ProjData.' VarName '=reshape(varline,length(coord_y_proj),length(coord_x_proj));']) -
trunk/src/uvmat.m
r812 r813 1140 1140 XmlFile=find_imadoc(RootPath,SubDir,RootFile,FileExt); 1141 1141 [s,errormsg]=imadoc2struct(XmlFile,'GeometryCalib'); 1142 if ~isempty(errormsg)1142 if ~isempty(errormsg) 1143 1143 msgbox_uvmat('ERROR',errormsg) 1144 1144 return
Note: See TracChangeset
for help on using the changeset viewer.