Changeset 896 for trunk/src/read_rdvision.m
- Timestamp:
- May 23, 2015, 5:09:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_rdvision.m
r809 r896 91 91 data=m.Data; 92 92 %%%%%%%BRICOLAGE in case of unreadable .sqb file 93 % ind=[60 63:152];%indices of bin files94 % lengthimage=w*h*bpp;% lengthof an image record on the binary file93 % ind=[144 149:646];%indices of bin files 94 % lengthimage=w*h*bpp;% lengthof an image record on the binary file 95 95 % for ii=1:32*numel(ind) 96 96 % data(ii).offset=mod(ii-1,32)*2*lengthimage+lengthimage;%Dalsa_2
Note: See TracChangeset
for help on using the changeset viewer.