Scilab Function
Last update : 18/8/2006

rect_screen - filters the field through non-transparent rectangle screen.

Calling Sequence

[pfield_out]=rect_screen(field_in,sx[,sy[,x_shift[,y_shift[,angle]]]])

Parameters

Description

filters the field through non-transparent rectangle screen.

Examples

	F1=begin(0.01,1e-6);
	F2=rect_screen(F1,0.004,0.004,-0.0015,-0.002);
	field_plot(F2);
	dwf_fits(F2,"F2");	
 

Author

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

See Also

rectang ,   rect_ap ,