Scilab Function
Last update : 22/8/2006
dm_updata - updata a deformable mirror.
Calling Sequence
-
[dm_out]=dm_updata(dm_in,dm_command,time)
Parameters
-
dm_in
: the input deformable mirror.
-
dm_command
: the updata controlled command for the deformable mirror.
-
time
: the update time.
-
dm_out
: the output deformable mirror.
Description
update a deformable mirror according to the controlled command.
Examples
ap=circle(12);
act_dim=16;act_pitch=1;act_vel=1e-4;
act=actuator_array(act_dim,act_dim,act_pitch,act_vel);
dm=ideal_dm(ap,act);
dm_command=pixel_array(act_dim);
dm=dm_update(dm,dm_command,0.01);
Author
Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)
See Also
ideal_dm
,
dm_pi_update
,
ideal_dm_transform
,