Ignore:
Timestamp:
May 28, 2020, 5:30:08 PM (4 years ago)
Author:
sommeria
Message:

phys_polar corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/transform_field/phys_polar.m

    r1078 r1081  
    444444    siz=size(A{icell});
    445445    checkuint8=isa(A{icell},'uint8');%check for image input with 8 bits
    446     checkuint16=isa(A{icell},'uint8');%check for image input with 16 bits
     446    checkuint16=isa(A{icell},'uint16');%check for image input with 16 bits
    447447    A{icell}=double(A{icell});
    448448    if numel(siz)==2 %(B/W images)
Note: See TracChangeset for help on using the changeset viewer.