Scilab Function
Last update : 1/9/2006

set_lay_frame - set the 3D frame of a refractive layer.

Calling Sequence

[lay_out]=set_lay_frame(lay_in,tf)

Parameters

Description

set the 3D frame of a refractive layer..

Examples

	lay=ref_atm_lay(1);
	
	tp=three_point(0,0,0);
	tv_x=three_vector(-1,0,0);
	tv_y=three_vector(0,-1,0);
	tv_z=three_vector(0,0,-1);
	tf=three_frame(tp,tv_x,tv_y,tv_z);
	
	lay_out=set_lay_frame(lay,tf);
	ref_atm_lay_fits(lay_out,"lay_out");
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

ref_atm_lay ,   set_lay_wind ,   ref_atm_lay_fits ,