lezargus.data._make.functionality module

Contents

lezargus.data._make.functionality module#

Common functionality to the making data functions.

There are not that many common functions, so a single module is fine.

lezargus.data._make.functionality.parse_basename(basename: str) str[source]#

Parse and expand the basename to the full path of the data file.

Parameters:

basename (str) – The basename of the file which we are going to parse.

Returns:

filename – The full data file filename.

Return type:

str