Ignore:
Timestamp:
Mar 27, 2025, 5:59:21 PM (3 weeks ago)
Author:
sommeria
Message:

various bugs repaired,Relabeling frames installed for multitif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/rotate_points.m

    r1127 r1180  
    120120    y_shift=str2num(get(handles.x_0,'String'));
    121121    z_shift=str2num(get(handles.y_0,'String'));
    122     if ~isempty(x_shift)
     122    if ~isnan(x_shift)
    123123        varargout{1}(1)=x_shift;
    124124    end
    125     if ~isempty(y_shift)
     125    if ~isnan(y_shift)
    126126        varargout{1}(2)=y_shift;
    127127    end
    128     if ~isempty(z_shift)
     128    if ~isnan(z_shift)
    129129        varargout{1}(3)=z_shift;
    130130    end
Note: See TracChangeset for help on using the changeset viewer.