Skip to content
Snippets Groups Projects
Commit e01154f8 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

Fix docstring of load()

parent 44b93cfb
No related branches found
No related tags found
1 merge request!220Run control values
......@@ -106,12 +106,15 @@ def load(proposalNB=None, runNB=None,
extract_bam: bool
If True, extracts the values from BAM variables (e.g. 'BAM1932M')
and aligns the pulse Id with the sase3 bunch pattern.
tim_bp: str
bunch pattern used to extract the TIM pulses.
Ignored if extract_tim=False.
laser_bp: str
bunch pattern used to extract the TIM pulses.
Ignored if extract_tim=False.
adq412_bp: str
bunch pattern used to extract the ADQ412 digitizer pulses.
Ignored if extract_adq412=False.
fadc_bp: str
bunch pattern used to extract the Fast ADC pulses.
Ignored if extract_fadc=False.
fadc2_bp: str
bunch pattern used to extract the Fast ADC 2 pulses.
Ignored if extract_fadc2=False.
DEPRECATED ARGUMENTS:
extract_tim: DEPRECATED. Use extract_adq412 instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment