Ignore:
Timestamp:
Dec 22, 2010, 5:12:31 PM (13 years ago)
Author:
sommeria
Message:

CoordType? not used, replaced by CoordUnit?
bug repair in check_field_structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/merge_proj.m

    r128 r158  
    278278                Field{iview}.AX=[0.5 npxy(2)-0.5]; % coordinates of the first and last pixel centers
    279279                Field{iview}.AY=[npxy(1)-0.5 0.5];
    280                 Field{iview}.CoordType='px';
     280                Field{iview}.CoordUnit='pixel';
    281281                Field{iview}.AName='image';
    282282                timeread(iview)=0;
Note: See TracChangeset for help on using the changeset viewer.