Exemplo n.º 1
0
def start_shutter_insert():
    c = Slit()
    c.short_description = "start_shutter_insert"
    c.x_min = -0.025
    c.y_min = -0.045
    c.radius = 0
    c.y_max = 0.045
    c.x_max = 0.025
    return c
Exemplo n.º 2
0
def end_shutter_insert():
    c = Slit()
    c.short_description = "end_shutter_insert"
    c.x_min = -0.008
    c.y_min = -0.045
    c.radius = 0
    c.y_max = 0.045
    c.x_max = 0.008
    return c
Exemplo n.º 3
0
def end_shutter_insert():
    c = Slit()
    c.short_description = "end_shutter_insert"
    c.x_min = -0.008
    c.y_min = -0.045
    c.radius = 0
    c.y_max = 0.045
    c.x_max = 0.008
    return c
Exemplo n.º 4
0
def start_shutter_insert():
    c = Slit()
    c.short_description = "start_shutter_insert"
    c.x_min = -0.025
    c.y_min = -0.045
    c.radius = 0
    c.y_max = 0.045
    c.x_max = 0.025
    return c
Exemplo n.º 5
0
def VTG_Slit():
    c = Slit()
    c.short_description = "VTG_Slit"
    c.width = 0.017
    c.height = 0.084
    return c
Exemplo n.º 6
0
def TG_Slit():
    c = Slit()
    c.short_description = "TG_Slit"
    c.width = tg_w11
    c.height = 0.0686
    return c
Exemplo n.º 7
0
def VTG_Slit():
    c = Slit()
    c.short_description = "VTG_Slit"
    c.width = 0.017
    c.height = 0.084
    return c
Exemplo n.º 8
0
def TG_Slit():
    c = Slit()
    c.short_description = "TG_Slit"
    c.width = tg_w11
    c.height = 0.0686
    return c