C+ C NAME: C ThomsonLOS3DS10Step C PURPOSE: C Determines the intensity along a line of sight of electron Thomson C scattering in S10 units C CALLING SEQUENCE: function ThomsonLOS3DS10Step(SLower,SUpper,nStep,ScLng,ScLat,ScSun,SLng,SLat,U,APM, P) C CALLS: C ThomsonS10, ThomsonLOS3DStep C PROCEDURE: C See href=ThomsonLOSS10= C MODIFICATION HISTORY: C 1996, Paul Hick (UCSD/CASS; pphick@ucsd.edu) C- real SLower real SUpper integer nStep real ScLng real ScLat real ScSun real SLng real SLat real U real APM real P ThomsonLOS3DS10Step = 1E-16*ThomsonS10(ScSun,APM)* & ThomsonLOS3DStep(SLower,SUpper,nStep,ScLng,ScLat,ScSun,SLng,SLat,U,P) return end