%------------------------------------------------------------------------ % NAME: qp_arts % % Calls ARTS using the report level specified in Q. % % FORMAT: qp_arts( Q, cfile ) % % OUT: - % IN: Q The setting structure. % cfile Name/path of the control file. % OPTIONAL: - % % TEMPLATE: - %------------------------------------------------------------------------ % HISTORY: 2001.02.19 Created by Patrick Eriksson. function qp_arts( Q, cfile ) eval(['!',Q.ARTS,' -r',int2str(Q.ARTS_LEVEL),int2str(Q.ARTS_LEVEL),' ', cfile])