Changeset 753 for trunk/src/transform_field/phys.m
- Timestamp:
- Apr 27, 2014, 8:17:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/phys.m
r742 r753 28 28 DataOut=[]; 29 29 DataOut_1=[]; %default second output field 30 if strcmp(DataIn,'*')30 if isfield(DataIn,'Action') && isfield(DataIn.Action,'RUN') && isequal(DataIn.Action.RUN,0) 31 31 if isfield(XmlData,'GeometryCalib')&& isfield(XmlData.GeometryCalib,'CoordUnit') 32 32 DataOut.CoordUnit=XmlData.GeometryCalib.CoordUnit;% states that the output is in unit defined by GeometryCalib, then erased all projection objects with different units
Note: See TracChangeset
for help on using the changeset viewer.