OpticalSurfaceProperties:

Path: SC/Disturbances

% Returns optical surface properties for selected materials.
 s is a cell array of strings. It returns a cell array of data structures. For
 example:

   struct( 'sigmaT', 0, 'sigmaA', 0.00, 'sigmaD', 0.71 , 'sigmaS', 0.29 )

 Available materials are found by typing OpticalSurfaceProperties
--------------------------------------------------------------------------
   Form:
   p = OpticalSurfaceProperties( s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s                 {:} Cell array of materials

   -------
   Outputs
   -------
   p                 (:) Data structure array
                         .sigmaT (1,1) Transmitted
                         .sigmaA (1,1) Absorbed
                         .sigmaD (1,1) Diffuse reflection
                         .sigmaS (1,1) Specular reflection

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

Children:

AerospaceUtils: CAD/GenericProperties
Common: CommonData/Sosumi
Common: GUIs/MessageQueue
Common: General/CloseFigure
Common: General/FSWClock
Common: General/ListCases
Common: Help/HelpSystem
Common: Time/JD2000

Back to the SC Module page