Changeset 1085 for trunk/src/phys_ima.m
- Timestamp:
- Aug 11, 2020, 8:06:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/phys_ima.m
r1078 r1085 66 66 % the image needs to be interpolated to the new coordinates 67 67 Z=0; %default 68 if isfield(Calib,'SliceCoord') %.Z= index of plane68 if isfield(Calib,'SliceCoord')&& size(Calib.SliceCoord,1)>=ZIndex %.Z= index of plane 69 69 SliceCoord=Calib.SliceCoord(ZIndex,:); 70 70 Z=SliceCoord(3);
Note: See TracChangeset
for help on using the changeset viewer.