Scilab Function
Last update : 30/8/2006

set_dwf_frame - set the 3D frame of a wavefront .

Calling Sequence

[dwf_out]=set_dwf_frame(dwf_in, tf))

Parameters

Description

set the 3D frame of an input wavefront .

Examples

	F1=begin(1,1e-6,100);
	F2=circ_ap(F1,0.5);
	dwf_fits(F2,"f2");
	
	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);
	
	F3=set_dwf_frame(F2,tf);	
	dwf_fits(F3,"f3");
 

Author

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

See Also

begin ,   pl_wave ,   sp_wave ,   set_dwf_timestamp ,