Extended IDL Help

This page was created by the IDL library routine mk_html_help. For more information on this routine, refer to the IDL Online Help Navigator or type:

     ? mk_html_help

at the IDL command line prompt.

Last modified: Tue Aug 18 15:38:05 2015.


List of Routines


Routine Descriptions

ATMINT[1]

[Next Routine] [List of Routines]
 NAME:
	atmint
 PURPOSE: (one line)
	Integrate a function slantwise through an atmosphere
 DESCRIPTION:
 CATEGORY:
 CALLING SEQUENCE:
  integral= atmint (r, f, r0, r1, mu, NOEXTRAP=noextrap, EXPON=expon)
 INPUTS:
	int - an array of radii. Does NOT need to be sorted

       inf - a function tabulated at the radii r

	r0 - the lower bound
       r1 - the upper bound

       mu - the zenith angle (at r=r0) along which to perform the integration


 OPTIONAL INPUT PARAMETERS:
 KEYWORD PARAMETERS:

	NOEXTRAP - if set, the routine will not extrapolate past
                  the ends of the array
	EXPONENTIAL - if set, the array f is assumed to be exponential in r
                     for the purpose of interpolation (currently the
                     only implemented mode).

 OUTPUTS:
       integral - the integral

 KEYWORD OUTPUTS:
 COMMON BLOCKS:
 SIDE EFFECTS:
 RESTRICTIONS:
 PROCEDURE:
 MODIFICATION HISTORY:

(See ../atm/atmint.pro)


ATMINT[2]

[Previous Routine] [List of Routines]
 NAME:
	atmint
 PURPOSE: (one line)
	Integrate a function slantwise through an atmosphere
 DESCRIPTION:
 CATEGORY:
 CALLING SEQUENCE:
  integral= atmint (r, f, r0, r1, mu, NOEXTRAP=noextrap, EXPON=expon)
 INPUTS:
	int - an array of radii. Does NOT need to be sorted

       inf - a function tabulated at the radii r

	r0 - the lower bound
       r1 - the upper bound

       mu - the zenith angle (at r=r0) along which to perform the integration


 OPTIONAL INPUT PARAMETERS:
 KEYWORD PARAMETERS:

	NOEXTRAP - if set, the routine will not extrapolate past
                  the ends of the array
	EXPONENTIAL - if set, the array f is assumed to be exponential in r
                     for the purpose of interpolation (currently the
                     only implemented mode).

 OUTPUTS:
       integral - the integral

 KEYWORD OUTPUTS:
 COMMON BLOCKS:
 SIDE EFFECTS:
 RESTRICTIONS:
 PROCEDURE:
 MODIFICATION HISTORY:

(See ../atm/atmint2.pro)