ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

find_in_path#

ctapipe.utils.find_in_path(filename, searchpath, url=None)[source]#

Search in searchpath for filename, returning full path.

Parameters:
searchpath: str

colon-separated list of directories (like PATH)

filename:

filename to find

Returns:
full path to file if found, None otherwise