Rewrite getting started
jernsting opened this issue · 2 comments
jernsting commented
Why does getting started require such an advanced method for data loading?
Couldn't we simplify this to use for example nx.load (or some other photonai_graph based loader)?
This advanced matlab data loading could be used as a more advanced example.
VHolstein commented
The package is built with neuroimaging users in mind. This means that connectivity matrices are the most common form of data that will be encountered. This form of getting started is the most common use-case of this toolbox
jernsting commented
Then we should put the referenced script directly into the package?