Sync Embedding

Sync models the electric field from an accelerating point charge including the time retardation. Common radiation fields such as synchrotron radiation and free-electron laser wigglers are preprogrammed. Dynamics can be any of the following: Wiggler, SHO, Sync, Inertial

Sync is embedded using the following html tag:

<applet
  code="sync.Sync.class"
  align="baseline"
  width="450"
  height="300"
  name="oscharge">

<param name="FPS" value="10" />
<param name="Dynamics" value="SHO" />
<param name="Resolution" value="1" />
<param name="ShowControls" value="true" />
<param name="NumSteps" value="1000" />
<param name="SliderMax" value="0.5" />
</applet>