Scilab Function
Last update : 30/8/2006

set_dwf_timestamp - set the timestamp of a diffractive wavefront .

Calling Sequence

[dwf_out]=set_dwf_timestamp(dwf_in, timestamp)

Parameters

Description

set the timestamp of the input wavefront .

Examples

	F1=begin(1,1e-6,100);
	F2=circ_ap(F1,0.5);
	dwf_fits(F2,"f2");
	F3=set_dwf_timestamp(F2,1);	
	dwf_fits(F3,"f3");
 

Author

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

See Also

begin ,   pl_wave ,   sp_wave ,   set_dwf_frame ,