Neuralk.analysis.download_results#

Neuralk.analysis.download_results(analysis, folder_path)#

Save the results of an analysis to a local folder using its ID or object.

Parameters:
  • analysis (str | Analysis) – The analysis object or its id.

  • folder_path (str) – The folder where to save the result files.

Raises:

NeuralkException – If the result download fails.

Return type:

dict[str, str]