Versions Compared

Key

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

In most cases, you should only have to modify part of the producer file between two flags:

Code Block
languagepy
themeRDark
##########################################################  
## 
## User Input start -->
## 
########################################################## 

...

########################################################## 
##
## <-- User Input end
##
########################################################## 

...

This is done mostly in the block in the smalldata_producer file below (<...>/smalldata_tools/producers/smd_producer.py).

Code Block
languagepy
themeRDark
##########################################################  
# run independent parameters 
##########################################################
#aliases for experiment specific PVs go here
epicsPV = ['s1h_w']
#tt calibration parameters (if passing None, init will use values used during recording
ttCalibPars = None # (or [] or [p0, p1, p2]
#aioParams=[[1],['laser'],[1.],[0.]]
aioParams=[]

...