leiws
第1楼2018/12/28
修完后,在launch模式下导出,下面两个命令随便用一个就好了
Out_Yobs_Ycalc_and_Difference(file)
Outputs the x-axis, Yobs, Ycalc and difference.
[file]: Filename. Can include drive and path.
Out_X_Yobs(file), Out_X_Ycalc(file), Out_X_Difference(file)
Outputs the x-axis, Yobs, Ycalc and difference to files.
[file]: Filename. Can include drive and path.
用导出来的文件作图就好了
iangie
第5楼2018/12/31
为什么不稍微修改一下,一次性导出X和Yobs_Ycalc_and_Difference呢?
macro Out_X_Yobs_Ycalc_and_Difference(file)
{
xdd_out file load out_record out_fmt out_eqn
{
" %11.6f " = X;
" %11.6f " = Yobs;
" %11.6f " = Ycalc;
" %11.6f\n" = Yobs-Ycalc;
}
}
把自己定义的宏放到安装文件夹下的local.inc就可以用了~~
leiws
第6楼2019/01/01
田仕家
第7楼2020/09/02
请教下使用Topas Academic 2004学术版进行精修后想导出原始数据文件origin作图,launch模式用Out_Yobs_Ycalc_and_Difference(file)命令能运行,但logfile报错如下:
Refinement converged
*** TC.EXE does not support the keyword xdd_out ***File C:\Users\...\yobs_ycalc_diff.txt written to.
我用把层主的宏放到local.inc调用也是报tc.exe错误。
请问各位大佬这个问题有没有解决方法?
iangie
第8楼2020/09/02
你的topas版本太老了 xdd_out这个关键字至少是2010年以后的topas 才支持的
Apri2
第9楼2020/11/27
请问,您最后导出数据的问题解决了吗?
Apri2
第10楼2021/07/10
版主好,我也遇到了这个情况,报错显示:
“*** TC.EXE does not support the keyword xdd_out ***File E:\admin\exp\20210107\a_b.txt written to.”
如果是版本太老那我怎样做才能导出拟合后的数据呢?
我用的是:“ Out_Yobs_Ycalc_and_Difference(a_b.txt)”不知道输入的位置对不对。
具体如下:
r_exp 10.464 r_exp_dash 15.998 r_wp 12.214 r_wp_dash 18.673 r_p 9.403 r_p_dash 15.648 weighted_Durbin_Watson 1.452 gof 1.167
iters 1000
xdd E:\admin\exp\20210107\H-20-a.raw
r_exp 10.464 r_exp_dash 15.998 r_wp 12.214 r_wp_dash 18.673 r_p 9.403 r_p_dash 15.648 weighted_Durbin_Watson 1.452 gof 1.167
range 1
bkg @ 24.5528481` 20.6355968` -32.6300733` 18.7838867` -7.34550068` 1.68237732` -2.11735942` 3.07048262` -0.561186605` -3.78550462` 4.35600829` -2.51537176` 0.0744997879` -0.569445168` -0.46638283` 0.537991233` -2.36774077` 2.47020645` -1.2419423` -0.845773604` 0.626124237` -2.03764295` 1.23051943` -0.218303294` -0.366236379` 0.0379749791` -0.155079322` 0.599339116` -1.34083102`
One_on_X(@, 1044.39245`)
Zero_Error(@,-0.11881`)
LP_Factor(@, 0.00010`_LIMIT_MIN_0.0001)
Rp 305
Rs 305
Slit_Width( 0.1)
axial_conv
filament_length 12
sample_length 20
receiving_slit_length 16
primary_soller_angle 4
secondary_soller_angle 4
axial_n_beta 20
axial_del 0.0053
Absorption(@, 21.81460`)
Out_Yobs_Ycalc_and_Difference(a_b.txt)
lam
ymin_on_ymax 0.0001
la 0.0159 lo 1.534753 lh 3.6854
la 0.5691 lo 1.540596 lh 0.437
la 0.0762 lo 1.541058 lh 0.6
la 0.2517 lo 1.54441 lh 0.52
la 0.0871 lo 1.544721 lh 0.62
后续的cif文件我就不放了。
此外还有一个问题,OUT文件中第一行:“r_exp 10.464 r_exp_dash 15.998 r_wp 12.214 r_wp_dash 18.673 r_p 9.403 r_p_dash 15.648 weighted_Durbin_Watson 1.452 gof 1.167”
其中有用的是r_wp 12.214 和r_exp 10.464 吧,后边的gof=r_wp/r_exp,这里的r_wp_dash是啥意思呢?
谢谢版主!!!