Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Take reference images with VISAR and/or X-rays

  •  

    For 5 references with VISAR and X-rays (at 20% max)

    Code Block
    languagepy
    themeRDark
    linenumberstrue
    op.ref_only(
    	xray_trans=0.2,
    	xray_num=5,
    	shutters=False,
    	dark=0,
    	daq_end=True,
    	calibrant="",
    	rate=1,
    	visar=True,
    	save=True,
    	slow_cam=False
    )

Take a driven shot with the LPL

  •  For a driven shot at full energy (lpl_ener=1.0), with X-rays arriving 5 ns later (timing=5.0e-9) at full intensity (xray_trans=1) use the following command
    Code Block
    languagepy
    themeRDark
    linenumberstrue
    op.optical_shot(
    	shutter_close=[1, 2, 3, 4, 5, 6],
    	lpl_ener=1.0,
    	timing=5.0e-9
    	xray_trans=1,
    	xray_threshold=0.2,
    	save=True,
    	daq_end=True,
    	auto_trig=True,
    	auto_charge=True,
    	visar=True,
    	debug=False,
    	ps_opt=True
    )