Ignore:
Timestamp:
May 6, 2013, 6:49:54 PM (11 years ago)
Author:
sommeria
Message:

generalisation of update_imadoc, improverment of the GUI get_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/browse_data.m

    r589 r630  
    703703                            drawnow
    704704                            xmlfullname=fullfile(CurrentPath,ExpName,DeviceName,FileName);
    705                             update_imadoc(DataviewData.GeometryCalib,xmlfullname)
     705                            update_imadoc(DataviewData.GeometryCalib,xmlfullname,'GeometryCalib')
    706706                            display([xmlfullname ' updated'])
    707707                            break
     
    720720                                    drawnow
    721721                                    xmlfullname=fullfile(CurrentPath,ExpName,DeviceName,RecordName,FileName);
    722                                     update_imadoc(DataviewData.GeometryCalib,xmlfullname)
     722                                    update_imadoc(DataviewData.GeometryCalib,xmlfullname,'GeometryCalib')
    723723                                    display([xmlfullname ' updated'])
    724724                                    break
Note: See TracChangeset for help on using the changeset viewer.