Ignore:
Timestamp:
Feb 2, 2017, 1:25:44 PM (7 years ago)
Author:
sommeria
Message:

various

File:
1 edited

Legend:

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

    r977 r991  
    5959%=======================================================================
    6060
    61 function ParamOut=ima2netcdf(Param)
     61function ParamOut=extract_multitif_parallel(Param)
    6262
    6363%%%%%%%%%%%%%%%%%    INPUT PREPARATION MODE (no RUN)    %%%%%%%%%%%%%%%%%
     
    143143XmlInput=imadoc2struct(XmlInputFile,'Camera');
    144144
     145%% create the xml file of PCO camera
     146XmlInput.Camera.CameraName='PCO';
     147t=struct2xml(XmlInput.Camera);
     148t=set(t,1,'name','ImaDoc');
     149save(t,fullfile(Param.InputTable{1,1},[Param.InputTable{1,2} '.xml']))
     150
    145151%% Main loop
    146152
Note: See TracChangeset for help on using the changeset viewer.