check_write_waves_ITM

PURPOSE ^

LUKE_ITM - Function that check if LUKE results into the 'waves' CPO of ITM MDS+ database are well written

SYNOPSIS ^

function [waves] = check_write_waves_ITM(remote_mode,numshot,numrun)

DESCRIPTION ^

LUKE_ITM - Function that check if LUKE results into the 'waves' CPO of ITM MDS+ database are well written

Function that check if LUKE results into the 'waves' CPO of ITM MDS+ database are well written%

by Y.Peysson CEA-IRFM <yves.peysson@cea.fr> and Joan Decker CEA-IRFM (joan.decker@cea.fr)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [waves] = check_write_waves_ITM(remote_mode,numshot,numrun)
0002 %LUKE_ITM - Function that check if LUKE results into the 'waves' CPO of ITM MDS+ database are well written
0003 %
0004 %Function that check if LUKE results into the 'waves' CPO of ITM MDS+ database are well written%
0005 %
0006 %by Y.Peysson CEA-IRFM <yves.peysson@cea.fr> and Joan Decker CEA-IRFM (joan.decker@cea.fr)
0007 %
0008 if nargin < 3,error('Not enough input arguments in check_write_waves_ITM.m');end
0009 %
0010 if remote_mode,
0011     import_ual;%done once only (each time a new matlab is called otherwise... crash)
0012 end
0013 %
0014 expIdx = euitm_open('euitm',numshot,numrun);
0015 waves  = euitm_get(expIdx,'waves');
0016 euitm_close(expIdx,'euitm',numshot,numrun);

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.