AIRES library reference: getlgodt.


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 getlgodt(tableno, opt, ldt, ndata, xre, otd)
c
c     Returning longitudinal and ground output data tables
c     (Table number in the range 1000 to 2999, and 6000 to 7999).
c
c     Written by: S. J. Sciutto, La Plata 2003, 2019.
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
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]