c c Routine directly callable from C/C++ (it could be necessary to c append an underscore, "_", to its name depending on the C/C++ c compiler used). c c subroutine gettodt(tableno, opt, ldt, ndata, xre, otd, nsamp) c c Returning time output data tables. c (Table number in the range 3000 to 3999). c c Written by: S. J. Sciutto, La Plata 2003. c c c Arguments: c ========= c c tableno......... (input, integer) AIRES table number. c opt............. (input, character*(*)) Options string. The c format of the options string is the same as c in the ExportTables IDL directive. c ldt............. (input, integer) Leading dimension of array otd. c ldt must be greater than or equal to 5. c ndata........... (output, integer) Number of data items returned. c In case of error ndata is set to zero or c negative. c xre............. (output, double precision, array(*)) Array c containing the abscissas corresponding to the c requested table. c otd............. (output, double precision, array(ldt, *)) Array c containing the data items corresponding to the c requested table: c odt(1, *) --- Average. c odt(2, *) --- RMS error of the mean. c odt(3, *) --- Standard deviation. c odt(4, *) --- Minimum. c odt(5, *) --- Maximum. c nsamp........... (output, integer, array(*)) Number of data c samples used to evaluate the respective final c output data items. When nsamp(i) is zero, then c the values stored in otd(*, i) are not c meaningful. c c c<--->
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
Back to AIRES home |