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

User Tools

Site Tools


out_dif

Differences

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

Link to this comparison view

out_dif [2009/11/18 16:55] – created dch3slout_dif [2022/11/03 15:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Out_Dif ======
  
 +Description: generate dif file in uxd format for Bruker eva software
 +
 +Comment: lets you match up results of Rietveld refinement in eva
 +
 +Contributed by: John Evans
 +
 +<code topas>macro Out_Dif(file)
 +{
 +   out file
 +      Out_String("_D-I\n")
 +   phase_out file append load out_record out_fmt out_eqn
 +   {
 +     " %11.5f"   = D_spacing;
 +      " %11.5f\n" = I_after_scale_pks;
 +   }
 +}</code>