xpipe.xhandle.parbins.get_file_lists

xpipe.xhandle.parbins.get_file_lists(params=None, dirpaths=None)[source]

Return lists of input files

Parameters
  • params (dict) – Pipeline settings in a dictionary format.

  • dirpaths (dict) – Pipeline directory paths in a dictionary format.

Returns

  • list of the input lens file paths for each parameter bin

  • list of the lens K-means patches files for each parameter bin. This is a nested list, the top level contains different bins, while each entry is a list of different patches.

  • list of the input random point file paths for each parameter bin

  • list of the random point K-means patches files for each parameter bin. This is a nested list, the top level contains different bins, while each entry is a list of different patches.

Return type

list, list, list, list