Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/actions.php on line 38
lp_factor [topas wiki]

User Tools

Site Tools


lp_factor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
lp_factor [2009/08/06 11:14] clarelp_factor [2022/11/03 15:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== LP_Factor ======
  
 +Desciption: Lorentz Polarisation macro
 +
 +<code topas>
 +macro LP_Factor(v) { LP_Factor(,v) }
 +macro LP_Factor(c, v)
 +{
 +   #m_argu c
 +   If_Prm_Eqn_Rpt(c, v, min .0001 max 90)
 + scale_pks = (1 + Cos(CeV(c,v) Deg)^2 Cos(2 Th)^2) / (Sin(Th)^2 Cos(Th));
 +}
 +</code>