Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/cotrans/aacgm/

aacgmidl.pro


NAME: AACGMIDL PURPOSE: This library is a pure IDL version of the AACGM library ROUTINES: EQN_OF_TIME equation of time SOLAR_LOC find location of sun CNV_AACGM convert coordinates to/from magnetic/geographic CALC_MLT calculate magnetic local time LOAD_COEF load a set of AACGM coefficients

NAME: EQN_OF_TIME PURPOSE: equation of time for a given longitude and year Calling sequence: eqt = eqn_of_time(mean_lon,yr)

NAME: SOLAR_LOC PURPOSE: location of the sun for given year and time Calling sequence: solar_loc,yr,t1,mean_lon,dec t1 is the seconds from the start of year. the mean longitude and declination are returned in mean_lon and dec as floats.

NAME: CNV_AACGM PURPOSE: convert to and from AACGM and Geographic coordinates Calling sequence: CNV_AACGM,in_lat,in_lon,height,out_lat,out_lon,r,error the calculated latitude and longitude for the given height are returned in out_lat,out_lon.

NAME: CALC_MLT PURPOSE: calculate magnetic local time for a given longitude Calling sequence: mlt=CALC_MLT(yr,t0,mlong) t1 is the seconds from the start of year and mlong is the magnetic longitude of the observing point.

NAME: LOAD_COEF PURPOSE: load a set of AACGM coefficients Calling sequence: load_coef,fname fname is the filename.

Routines

Routines from aacgmidl.pro

result = asind(theta)
result = acosd(theta)
result = sgn(a, b)
result = modulus(x, y)
rylm, colat, lon, order, ylmval
altitude_to_cgm, r_height_in, r_lat_alt, r_lat_adj
cgm_to_altitude, r_height_in, r_lat_in, r_lat_adj, error
result = eqn_of_time(mean_lon, yr)
solar_loc, yr, t1, mean_lon, dec
convert_geo_coord, lat_in, lon_in, height_in, lat_out, lon_out, order, error, geo=geo
mlt1, t0, solar_dec, mlon, mlt, mslon
result = calc_mlt(yr, t0, mlong)
cnv_aacgm, in_lat, in_lon, height, out_lat, out_lon, r, error, geo=geo
load_coef, filename
aacgmidl

Routine details

top source asind

result = asind(theta)

Parameters

theta

top source acosd

result = acosd(theta)

Parameters

theta

top source sgn

result = sgn(a, b)

Parameters

a
b

top source modulus

result = modulus(x, y)

Parameters

x
y

top source rylm

rylm, colat, lon, order, ylmval

Parameters

colat
lon
order
ylmval

top source altitude_to_cgm

altitude_to_cgm, r_height_in, r_lat_alt, r_lat_adj

Parameters

r_height_in
r_lat_alt
r_lat_adj

top source cgm_to_altitude

cgm_to_altitude, r_height_in, r_lat_in, r_lat_adj, error

Parameters

r_height_in
r_lat_in
r_lat_adj
error

top source eqn_of_time

result = eqn_of_time(mean_lon, yr)

Parameters

mean_lon
yr

top source solar_loc

solar_loc, yr, t1, mean_lon, dec

Parameters

yr
t1
mean_lon
dec

top source convert_geo_coord

convert_geo_coord, lat_in, lon_in, height_in, lat_out, lon_out, order, error, geo=geo

Parameters

lat_in
lon_in
height_in
lat_out
lon_out
order
error

Keywords

geo

top source mlt1

mlt1, t0, solar_dec, mlon, mlt, mslon

Parameters

t0
solar_dec
mlon
mlt
mslon

top source calc_mlt

result = calc_mlt(yr, t0, mlong)

Parameters

yr
t0
mlong

top source cnv_aacgm

cnv_aacgm, in_lat, in_lon, height, out_lat, out_lon, r, error, geo=geo

Parameters

in_lat
in_lon
height
out_lat
out_lon
r
error

Keywords

geo

top source load_coef

load_coef, filename

Parameters

filename

top source aacgmidl

aacgmidl

File attributes

Modification date: Thu Feb 13 16:43:36 2014
Lines: 310