Changeset 1110 for trunk/src/phys_XYZ.m
- Timestamp:
- Jan 20, 2022, 8:30:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/phys_XYZ.m
r1109 r1110 77 77 R=(Calib.R)'; 78 78 c=Z0virt; 79 cvirt=Z0virt; 79 80 if testangle 80 81 % equation of the illumination plane: z=ax+by+c … … 90 91 cvirt=Z0virt-avirt*Calib.SliceCoord(Zindex,1)-bvirt*Calib.SliceCoord(Zindex,2);% Z0 = (virtual) z coordinate on the rotation axis (assumed horizontal) 91 92 % c=z coordinate at (x,y)=(0,0) 93 c=Z0virt-a*Calib.SliceCoord(Zindex,1)-b*Calib.SliceCoord(Zindex,2); 92 94 R(1)=R(1)+avirt*R(3); 93 95 R(2)=R(2)+bvirt*R(3);
Note: See TracChangeset
for help on using the changeset viewer.