Changeset 969 for trunk/src


Ignore:
Timestamp:
Sep 15, 2016, 5:52:45 PM (8 years ago)
Author:
sommeria
Message:

extract_rdvision updated

File:
1 edited

Legend:

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

    r949 r969  
    143143if strcmp(FileInfo.FileType,'rdvision')
    144144    if ~isequal(FileInfo.NumberOfFrames,nbfield)
    145         msgbox_uvmat('ERROR',['the whole series of ' num2str(FileInfo.NumberOfFrames) ' images must be extracted at once'])
     145        disp_uvmat('WARNING',['the whole series of ' num2str(FileInfo.NumberOfFrames) ' images must be extracted at once'],checkrun)
    146146        %rmfield(OutputDir)
    147147%         return
     
    150150    display('converting images from RDvision system...')
    151151else
    152     msgbox_uvmat('ERROR','the input is not from rdvision: a .seq or .sqb file must be opened')
     152    disp_uvmat('ERROR','the input is not from rdvision: a .seq or .sqb file must be opened',checkrun)
    153153    return
    154154end
     
    511511if success==0
    512512    disp({['warning: unable to set group write access to ' newxml ':']; errormsg});%error message for directory creation
    513     msg=erromsg;
    514 end
    515 
    516 
    517 
     513    msg=errormsg;
     514end
     515
     516
     517
Note: See TracChangeset for help on using the changeset viewer.