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/common.php on line 1955

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
ds_capillary_sd [topas wiki]

User Tools

Site Tools


ds_capillary_sd

Differences

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

Link to this comparison view

Next revision
Previous revision
ds_capillary_sd [2010/09/17 01:57] – created pamwhitfieldds_capillary_sd [2022/11/03 15:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code topas>''2 theta correction due to displacement of capillary from centre of circle in Debye-Scherrer geometry 
 +macro DS_Capillary_SD(x_offset, x_val, y_offset, y_val) 
 +
 +         local x_offset x_val 
 + local y_offset y_val 
 + th2_offset = ((Rad x_offset * Sin(2 Th)) - (Rad y_offset * Cos(2 Th))) / Rs; 
 + }</code>