Mensen / swa-matlab

Sleep Wave Analysis - an open source toolbox for matlab to score and analyse various waveforms in sleep EEG data
52 stars 20 forks source link

Streamline in Involvement Map #1

Closed giulioberna closed 10 years ago

giulioberna commented 10 years ago

This would be nice

Mensen commented 10 years ago

Basically, changing this would involve changing the plotting function used from ept_topoplot.m to swa_DelayPlot.m, which I wanted to do anyways to avoid the different size topography maps for the delay and the involvement

Mensen commented 10 years ago

This was done in 50a974d974147afae16d2e01a177958b9faac59d and e1b1094a7b884a01c122b96dbf97b78bf18e76b7

Now the swa_DelayPlot.m is always called to plot both the delay map and the involvement map and if no map was calculated during the call to FindSTTravelling.m then one is made on the spot

Let me know if I can close this...