From European-XFEL/EXtra#444 - search_source() was left out of the EXtra docs for now because @JamesWrigley was not quite happy with it.
One possible extension I can see is to allow for simple substring matching if patterns don't use glob special characters, i.e. 'agipd' is equivalent to '*agipd*'. We already do this in EXtra-data for selecting sources to show in detail for .info() and lsxfel.
From European-XFEL/EXtra#444 -
search_source()was left out of the EXtra docs for now because @JamesWrigley was not quite happy with it.One possible extension I can see is to allow for simple substring matching if patterns don't use glob special characters, i.e.
'agipd'is equivalent to'*agipd*'. We already do this in EXtra-data for selecting sources to show in detail for.info()andlsxfel.