DrawFieldLines:

Path: SCPro/ProTools

% Draw field lines on a sphere.
 You pass it a function that outputs the vectors. The function must be of 
 the form

   fun( x(3,:), jD )

 x is generated internally from latitude, longitude and r.
--------------------------------------------------------------------------
   Form:
   DrawFieldLines( r, n, fun, jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r           (1,1)      Radius
   n           (1,1)      Number of latitude and longitude points 
   fun         (1,:)      Name of function
   jD          (1,1)      Julian date (days)

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Common: General/Watermark
Common: Graphics/NewFig
Common: Time/JD2000

Back to the SCPro Module page