• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Python userinterface.add_cursor_position函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了Python中userinterface.add_cursor_position函数的典型用法代码示例。如果您正苦于以下问题:Python add_cursor_position函数的具体用法?Python add_cursor_position怎么用?Python add_cursor_position使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。



在下文中一共展示了add_cursor_position函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的Python代码示例。

示例1: test_gmos_south_port_one

def test_gmos_south_port_one():
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S20110804S0079.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  0.321, tolerance=0.02)
    testutil.assert_tolerance(offsets[1], -0.004, tolerance=0.01)
    testutil.assert_tolerance(offsets[2],  0.027, tolerance=0.002)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:9,代码来源:test_GMOS_mos.py


示例2: test_gmos_north_ifu_2_imaging

def test_gmos_north_ifu_2_imaging():
    add_cursor_position(516.0, 1154.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20120122S0030.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  29.013, tolerance=0.004)
    testutil.assert_tolerance(offsets[1],  -1.457, tolerance=0.01)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:9,代码来源:test_GMOS_ifu_imaging.py


示例3: test_gmos_south_with_a_weird_artifact

def test_gmos_south_with_a_weird_artifact():
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S20130114S0062.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], -0.028, tolerance=0.004)
    testutil.assert_tolerance(offsets[1],  0.171, tolerance=0.01)
    testutil.assert_tolerance(offsets[2],  0.015, tolerance=0.008)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:9,代码来源:test_GMOS_mos.py


示例4: test_gmos_N20130616S0089

def test_gmos_N20130616S0089():
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20130616S0089.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], -0.219, tolerance=0.03)
    testutil.assert_tolerance(offsets[1],  0.102, tolerance=0.01)
    testutil.assert_tolerance(offsets[2],  0.010, tolerance=0.01)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:9,代码来源:test_GMOS_mos.py


示例5: test_gmos_south_ifu_R_imaging

def test_gmos_south_ifu_R_imaging():
    add_cursor_position(302.0, 1160.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", "-v", testutil.get_data_file_name("S20090326S0024.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], 2.471, tolerance=0.004)
    testutil.assert_tolerance(offsets[1], 1.035, tolerance=0.007)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:9,代码来源:test_GMOS_ifu_imaging.py


示例6: test_gmos_north_ifu_R_imaging_on_a_stamp

def test_gmos_north_ifu_R_imaging_on_a_stamp():
    add_cursor_position(154.0, 152.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20111126S0353.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  31.014, tolerance=0.040)
    testutil.assert_tolerance(offsets[1],  -1.457, tolerance=0.006)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:9,代码来源:test_GMOS_ifu_imaging.py


示例7: test_move_single_object_to_center_of_slit

def test_move_single_object_to_center_of_slit():
    add_cursor_position(498.0, 1146.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20060131S0014.fits")])

    offsets = testutil.get_offsets()

    testutil.assert_tolerance(offsets[0], 1.994888, tolerance=0.02)
    testutil.assert_tolerance(offsets[1], 0.929106, tolerance=0.08)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_longslit.py


示例8: test_target_is_very_far_from_slit

def test_target_is_very_far_from_slit():
    add_cursor_position(526.0, 1186.0, "r")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S00000000S0001.fits")])

    offsets = testutil.get_offsets()

    testutil.assert_tolerance(offsets[0], -2.095, tolerance=0.02)
    testutil.assert_tolerance(offsets[1],  4.925, tolerance=0.005)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_longslit.py


示例9: test_gmos_south_longslit

def test_gmos_south_longslit():
    add_cursor_position(511.0, 1145.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S20071017S0003.fits")])

    offsets = testutil.get_offsets()

    testutil.assert_tolerance(offsets[0], -0.117, tolerance=0.06)
    testutil.assert_tolerance(offsets[1],  0.632, tolerance=0.06)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_longslit.py


示例10: test_bright_object_that_does_not_converge

def test_bright_object_that_does_not_converge():
    add_cursor_position(391.0, 539.0, "a")
    add_cursor_position(391.0, 539.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20060131S0011.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_almost_equals(offsets,
                                  (2.779, 0.672),
                                  places=2)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_NIRI_imaging.py


示例11: test_cursor_coordinates_should_round_to_nearest_integer

def test_cursor_coordinates_should_round_to_nearest_integer():
    add_cursor_position(489.07, 478.99, "a")
    add_cursor_position(489.07, 478.99, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20060131S0012.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_almost_equals(offsets,
                                  (2.661, -3.874),
                                  places=2)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_NIRI_imaging.py


示例12: test_gmos_north_ignore_offsets_and_start_science

def test_gmos_north_ignore_offsets_and_start_science():
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20130419S0270.fits")])

    # ignore offsets and start science immediately
    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], 0.019, tolerance=0.004)
    testutil.assert_tolerance(offsets[1], 0.073, tolerance=0.010)
    testutil.assert_tolerance(offsets[2], 0.005, tolerance=0.010)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_mos.py


示例13: test_gmos_south_from_entire_field_of_view_with_exact_star_location

def test_gmos_south_from_entire_field_of_view_with_exact_star_location():
    add_cursor_position(45.0, 61.0, "x")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S20090422S0074.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  0.271, tolerance=0.019)
    testutil.assert_tolerance(offsets[1], -0.473, tolerance=0.006)
    testutil.assert_tolerance(offsets[2], -0.080, tolerance=0.002)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_mos.py


示例14: test_gmos_N20130616S0090

def test_gmos_N20130616S0090():
    add_cursor_position(148.0, 158.0, "r")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20130616S0090.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], -0.032, tolerance=0.02)
    testutil.assert_tolerance(offsets[1], -0.015, tolerance=0.02)
    testutil.assert_tolerance(offsets[2],  0.001, tolerance=0.01)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_mos.py


示例15: test_gmos_south_from_entire_field_of_view

def test_gmos_south_from_entire_field_of_view():
    add_cursor_position(44.0, 64.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S20090422S0074.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  0.271, tolerance=0.018)
    testutil.assert_tolerance(offsets[1], -0.473, tolerance=0.005)
    testutil.assert_tolerance(offsets[2], -0.080, tolerance=0.003)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_mos.py


示例16: test_gmos_N20130616S0088

def test_gmos_N20130616S0088():
    add_cursor_position(300.0, 303.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20130616S0088.fits")])

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  0.282, tolerance=0.01)
    testutil.assert_tolerance(offsets[1], -0.074, tolerance=0.01)
    testutil.assert_tolerance(offsets[2], -0.019, tolerance=0.02)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_mos.py


示例17: test_gmos_north_7_boxes

def test_gmos_north_7_boxes():
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20111123S0033.fits")])

    # ignore offsets and start science immediately
    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], -0.030, tolerance=0.03)
    testutil.assert_tolerance(offsets[1], -0.010, tolerance=0.006)
    testutil.assert_tolerance(offsets[2],  0.005, tolerance=0.002)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:10,代码来源:test_GMOS_mos.py


示例18: test_old_gmos_north_with_3_boxes

def test_old_gmos_north_with_3_boxes():
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20060131S0015.fits")])

    # ignore offsets and start science immediately, looks like the
    # errors in star/box positions offset each other
    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0],  0.029, tolerance=0.014)
    testutil.assert_tolerance(offsets[1],  0.024, tolerance=0.008)
    testutil.assert_tolerance(offsets[2], -0.012, tolerance=0.003)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:11,代码来源:test_GMOS_mos.py


示例19: test_7_box_monkey_test

def test_7_box_monkey_test():
    rand = Random(8799)

    for i in range(100):
        x = rand.choice(range(350))
        y = rand.choice(range(350))
        key = rand.choice(["a", "r", "e", "x", "b", "d"])
        add_cursor_position(x, y, key)

    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("N20111123S0033.fits")])
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:12,代码来源:test_GMOS_mos.py


示例20: test_gmos_south_off_center_boxes

def test_gmos_south_off_center_boxes():
    add_cursor_position(55.0, 58.0, "a")
    add_cursor_position(0.0, 0.0, "q")

    ret = main(["gacq_test", testutil.get_data_file_name("S20071017S0001.fits")])

    # higher tolerance for tough case, new python version gets it "more correct" than automaskdetect

    offsets = testutil.get_offsets()
    testutil.assert_tolerance(offsets[0], -0.512, tolerance=0.02)
    testutil.assert_tolerance(offsets[1], -0.381, tolerance=0.05)
    testutil.assert_tolerance(offsets[2],  0.135, tolerance=0.012)
开发者ID:pyrrho314,项目名称:recipesystem,代码行数:12,代码来源:test_GMOS_mos.py



注:本文中的userinterface.add_cursor_position函数示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Python userinterface.Client类代码示例发布时间:2022-05-27
下一篇:
Python userguide.addButton函数代码示例发布时间:2022-05-27
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap