Changeset 822 for trunk/src/read_field.m
- Timestamp:
- Oct 10, 2014, 10:11:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_field.m
r809 r822 81 81 [Field,ParamOut.VelType,errormsg]=read_civdata(FileName,InputField,ParamIn.VelType); 82 82 if ~isempty(errormsg),errormsg=['read_civdata / ' errormsg];return,end 83 if ~isempty(strcmp('C',ParamIn.FieldName))% if C image correlation is requested as field (not color visu)84 ScalarIndex=strcmp('C',Field.ListVarName);85 Field.VarAttribute{ScalarIndex}.Role='scalar';%put role as 'scalar' instead of ancillary86 end83 % if ~isempty(strcmp('C',ParamIn.FieldName))% if C image correlation is requested as field (not color visu) 84 % ScalarIndex=strcmp('C',Field.ListVarName); 85 % Field.VarAttribute{ScalarIndex}.Role='scalar';%put role as 'scalar' instead of ancillary 86 % end 87 87 ParamOut.CivStage=Field.CivStage; 88 88 case 'civx'% old (obsolete) format for civ results
Note: See TracChangeset
for help on using the changeset viewer.