call find_mirror_point from irbem library and return a dictionary with values for Blocal, Bmirr and the GEO (cartesian) coordinates of the mirror point
Parameters: | ticks : Ticktock class
|
---|---|
Returns: | results : dictionary
|
See also
Examples
>>> t = Ticktock(['2002-02-02T12:00:00', '2002-02-02T12:10:00'], 'ISO')
>>> y = Coords([[3,0,0],[2,0,0]], 'GEO', 'car')
>>> ib.find_Bmirror(t,y,[90,80,60,10])
{'Blocal': array([ 0., 0.]),
'Bmirr': array([ 0., 0.]),
'loci': Coords( [[ NaN NaN NaN]
[ NaN NaN NaN]] ), dtype=GEO,car, units=['Re', 'Re', 'Re']}