仪器信息网APP
选仪器、听讲座、看资讯

请问TOPAS学术版或商业版如何导出精修后图谱,用于origin作图,感激不尽!

    +关注 私聊
  • 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.

    用导出来的文件作图就好了

1
    +关注 私聊
  • songfeiyitian

    第2楼2018/12/28

    非常感谢,本人GUI模式下进行的,请问可以说的详细点吗?感谢!

0
    +关注 私聊
  • songfeiyitian

    第3楼2018/12/29

    感谢leiws的无私奉献,目前问题已解决。

0
    +关注 私聊
  • iangie

    第4楼2018/12/31

    应助达人


    真搞不懂你们为什么要花时间自己作图....直接用TOPAS的fitting图不好吗?:
    右击working area:

    songfeiyitian(songfeiyitian) 发表:非常感谢,本人GUI模式下进行的,请问可以说的详细点吗?感谢!

0
    +关注 私聊
  • 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(leiws) 发表:修完后,在launch模式下导出,下面两个命令随便用一个就好了
    Out_Yobs_Ycalc_and_Difference(file)
    Outputs the x-axis, Yobs, Ycalc and difference.
    : 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.
    : Filename. Can include drive and path.

    用导出来的文件作图就好了

1
    +关注 私聊
  • leiws

    第6楼2019/01/01

    iangie(iangie) 发表: 为什么不稍微修改一下,一次性导出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就可以用了~~
    哈哈,已经用习惯了

0
    +关注 私聊
  • 田仕家

    第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错误。
    请问各位大佬这个问题有没有解决方法?

0
    +关注 私聊
  • iangie

    第8楼2020/09/02

    应助达人

    你的topas版本太老了 xdd_out这个关键字至少是2010年以后的topas 才支持的

    田仕家(v3078320) 发表:请教下使用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错误。
    请问各位大佬这个问题有没有解决方法?

0
    +关注 私聊
  • Apri2

    第9楼2020/11/27

    请问,您最后导出数据的问题解决了吗?

    田仕家(v3078320) 发表:请教下使用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错误。
    请问各位大佬这个问题有没有解决方法?

0
    +关注 私聊
  • 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是啥意思呢?

    谢谢版主!!!

    iangie(iangie) 发表: 你的topas版本太老了 xdd_out这个关键字至少是2010年以后的topas 才支持的

0
查看更多
猜你喜欢最新推荐热门推荐更多推荐
举报帖子

执行举报

点赞用户
好友列表
加载中...
正在为您切换请稍后...