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

User Tools

Site Tools


abs_lobanov

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
Last revisionBoth sides next revision
abs_lobanov [2022/11/03 15:08] – external edit 127.0.0.1abs_lobanov [2024/01/22 15:26] – [Lobanov Absorption Correction for TOF Neutrons] johnsoevans
Line 1: Line 1:
 +for
 ====== Lobanov Absorption Correction for TOF Neutrons ====== ====== Lobanov Absorption Correction for TOF Neutrons ======
  
Line 13: Line 14:
 Absorption is angle-dependent. For more conventional TOF instruments with multiple detector banks such as HRPD, two_theta (and maybe Lf) will differ for each bank by using 'local' variables as opposed to global 'prm' variables, e.g.  Absorption is angle-dependent. For more conventional TOF instruments with multiple detector banks such as HRPD, two_theta (and maybe Lf) will differ for each bank by using 'local' variables as opposed to global 'prm' variables, e.g. 
  
 +<code topas>
 +/* this is a comment */
    TOF_XYE....    TOF_XYE....
     local !two_theta 145     local !two_theta 145
Line 24: Line 27:
     local mu 0 min 0     local mu 0 min 0
     Abs_Lobanov     Abs_Lobanov
 +    
  
     macro Abs_Lobanov       macro Abs_Lobanov  
     {     {
-    prm !Lf 60.183  ' POWGEN 90 degree flightpath +    prm !Lf 60.183 /* POWGEN 90 degree flightpath */ 
-    prm !h_bar 6.626176e-34 Plank's constant +    prm !h_bar 6.626176e-34 /* Plank's constant */ 
-    prm !m_n 1.67495e-27 neutron mass+    prm !m_n 1.67495e-27 /* neutron mass */
     prm !td_const = 10^4 h_bar/(m_n Lf);     prm !td_const = 10^4 h_bar/(m_n Lf);
     local !sintheta = Sin(Deg_on_2 two_theta);     local !sintheta = Sin(Deg_on_2 two_theta);
Line 45: Line 49:
  );   );
     }     }
 +</code>
abs_lobanov.txt · Last modified: 2024/01/22 15:26 by 127.0.0.1