Exemple #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
Exemple #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
Exemple #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
Exemple #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
Exemple #5
0
def VTG_Slit():
    c = Slit()
    c.short_description = "VTG_Slit"
    c.width = 0.017
    c.height = 0.084
    return c
Exemple #6
0
def TG_Slit():
    c = Slit()
    c.short_description = "TG_Slit"
    c.width = tg_w11
    c.height = 0.0686
    return c
Exemple #7
0
def VTG_Slit():
    c = Slit()
    c.short_description = "VTG_Slit"
    c.width = 0.017
    c.height = 0.084
    return c
Exemple #8
0
def TG_Slit():
    c = Slit()
    c.short_description = "TG_Slit"
    c.width = tg_w11
    c.height = 0.0686
    return c