Scilab Function
Last update : 31/8/2006

get_znk_sin_coef - get the sine coefficient of a zernike polynomial.

Calling Sequence

[coeff]=get_znk_sin_coef(znk_in, order, level )

Parameters

Description

get the sine coefficient of a zernike polynomial.

Examples

	znk=znk_mod(1);
	coef=get_znk_sin_coef(znk,1,1);
	znk_fits(znk,"znk");
 

Author

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

See Also

znk_mod ,   get_znk_cos_coef ,   set_znk_sin_coef ,   set_znk_cos_coef ,   znk_fits ,