Scilab Function
Last update : 1/9/2006
set_lay_wind - set the wind of a refractive layer.
Calling Sequence
-
[lay_out]=set_lay_wind(lay_in,wind)
Parameters
-
lay_in
: the input refractive layer.
-
wind
: the input refractive layer.
-
lay_out
: the output refractive layer.
Description
set the wind of a refractive layer.
Examples
lay=ref_atm_lay(1);
tv_wind=three_vector(10,30,0);
lay_out=set_lay_wind(lay,tv_wind);
ref_atm_lay_fits(lay_out,"lay_out");
Author
Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)
See Also
ref_atm_lay
,
set_lay_frame
,
ref_atm_lay_fits
,