Single Process analysis - pwollstadt/IDTxl GitHub Wiki

In order to restrict the analysis to a specific process in the system, run the analyse_single_process method and provide process argument in addition to the required data and settings.

results = network_analysis.analyse_single_process(settings=settings,
                                                  data=data,
                                                  process=0)