Versions Compared

Key

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

...

This is done mostly in the block in the SmallDataProducer file below (<...>/smalldata_tools/examples/SmallDataProducer.py).

 

Code Block
########################################################## 
##
## User Input start --> 
##
########################################################## 
# 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=[]
########################################################## 
##
## <-- User Input end
##
########################################################## 

...