Changeset 911 for trunk/src/get_field.m


Ignore:
Timestamp:
Jun 15, 2015, 10:45:43 PM (9 years ago)
Author:
sommeria
Message:

bug repaired in civ_series (mask problem) and clarification of output for OAR in series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r908 r911  
    244244
    245245%% put the GUI on the lower right of the sceen
    246 set(hObject,'Unit','pixel')
    247 pos_view_field=get(hObject,'Position');
     246set(hObject,'Unit','pixels')
     247%pos_view_field=get(hObject,'Position');
    248248set(0,'Unit','pixels')
    249249ScreenSize=get(0,'ScreenSize');
     250pos_view_field(3:4)=[955 648];
    250251pos_view_field(1)=ScreenSize(1)+ScreenSize(3)-pos_view_field(3);
    251252pos_view_field(2)=ScreenSize(2);
Note: See TracChangeset for help on using the changeset viewer.