Ignore:
Timestamp:
Sep 29, 2017, 4:31:36 PM (7 years ago)
Author:
sommeria
Message:

series REFRESH improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r1009 r1011  
    378378    SubDirBase=regexprep(OutPut.DataSeries{1},'\..+$','');
    379379    XmlName=fullfile(OutPut.Campaign,OutPut.Experiment{ilist},[SubDirBase '.xml']);
     380    dispmessage=' created with calibration parameters';
    380381    % copy the xml file from the old location if appropriate, then update with the calibration parameters
    381382    if ~exist(XmlName,'file') && ~isempty(SubDirBase)
     
    383384        if exist(oldxml,'file')
    384385            [success,message]=copyfile(oldxml,XmlName);%copy the old xml file to a new one with the new convention
     386            dispmessage=' updated with calibration parameters';
    385387        end
    386388    end
     
    389391        msgbox_uvmat('ERROR',errormsg);
    390392    else
    391         display([XmlName ' updated with calibration parameters'])
     393        display([XmlName dispmessage])
    392394        nbcalib=nbcalib+1;
    393395    end
Note: See TracChangeset for help on using the changeset viewer.