Ignore:
Timestamp:
Dec 24, 2017, 9:50:18 AM (6 years ago)
Author:
sommeria
Message:

pb for reading images repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r1022 r1024  
    294294    Field.AName='image';
    295295    Field.ListVarName={'Coord_y','Coord_x','A'}; %
     296    Field.VarAttribute{1}.Unit='pixel';
     297    Field.VarAttribute{2}.Unit='pixel';
     298    Field.VarAttribute{3}.Role='scalar';
    296299    if ndims(A)==3
    297300        if Npz==1;%color
Note: See TracChangeset for help on using the changeset viewer.