Kronos IDL library

Library to retrieve and process CASSINI-RPWS-HFR data

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

./

mfl_foot.pro


Contains the mfl_foot function and associated functions and procedures

Author information

Author

Baptiste Cecconi

History

2009/06/14: Created

V1_BC : added H0 and MFL_MODEL keywords.

V2_BC : added vector analysis and verbose keyword

V21_BC : added NOCRT keyword (update for new magnetic_field routines)

V30_BC : using pre-computed iso-fc grid.

V31_BC : fixed memory leak

V32_BC : fixed path for iso_fc saveset file

2010/03/16: Last Edit

Routines

Routines from mfl_foot.pro

result = G_STOP(y)

stop function

DERIV, rtp, drtp_ds, b, bv, mfl_model=mfl_model, nocrt=nocrt

derivative function

result = MFL_FOOT(ray, azi, col, ff [, mfl_model=string] [, lun=sometype] [, verbose=sometype] [, test=sometype] [, nocrt=sometype])

mfl_foot is a function that <behavior desc here>

Routine details

top source G_STOP

result = G_STOP(y)

stop function

Return value

result is altitude over saturn's surface.

Parameters

y in required type=fltarr

== rtp (t is latitude and p is azimuth, both in degree)

Statistics

Lines:
5 lines
Cyclomatic complexity:
1
Modified cyclomatic complexity:
1

top source DERIV

DERIV, rtp, drtp_ds, b, bv, mfl_model=mfl_model, nocrt=nocrt

derivative function

computes the tangent (sph coord)) to the local magnetic field line at the RTP point

Parameters

rtp
drtp_ds
b
bv

Keywords

mfl_model
nocrt

Statistics

Lines:
8 lines
Cyclomatic complexity:
1
Modified cyclomatic complexity:
1

top source MFL_FOOT

result = MFL_FOOT(ray, azi, col, ff [, mfl_model=string] [, lun=sometype] [, verbose=sometype] [, test=sometype] [, nocrt=sometype])

mfl_foot is a function that <behavior desc here>

Return value

position de la ligne de champ en coord sphériques

Parameters

ray in required type=sometype

r initial en Rs (always>0)

azi in required type=sometype

azimuth initial en degre

col in required type=sometype

colatitude initiale en degre

ff in required type=sometype

A parameter named ff

Keywords

mfl_model in optional type=string

mag field model

lun in optional type=sometype

A keyword named lun

verbose in optional type=sometype

additionnal info output

test in optional type=sometype

A keyword named test

nocrt in optional type=sometype

A keyword named nocrt

Other attributes

Uses:

magnetic_field

Statistics

Lines:
56 lines
Cyclomatic complexity:
8
Modified cyclomatic complexity:
8

File attributes

Modification date: Tue Jan 20 19:27:18 2015
Lines: 69