-
Hello hello,
~So I took a quick look. I have a few questions though. `integrate.quad` is going to except that the function you pass to it (ie xxint) returns a scalar, but right now it seems to retu…
-
When scoring in csc_eeg_plotter, can we implement a small windows within the epoch showing an FFT, in order for instance to differentiate alpha or spindle?
-
After successful installing `plotly` for python 2.7 (run `launch_stash.py` by python2.7 and run command `pip instal plotly`) first run `launch_stash.py` throws an error `Cannot import name BytesIO` an…
-
Hi, I have this method for extracting plane cuts and isosurfaces from general tetmeshes:
https://github.com/j-fu/GridVisualize.jl/blob/698fb552e250e32a2a5e9a69ff46b0dd28f32db8/src/common.jl#L413
…
-
At the moment, the viewer implemented in #29 is quite slow when sliders are changed - this is because the slider automatically calls `fig.canvas.draw`, which re-draws the _whole_ figure. It's possible…
-
Related correspondence:
Hi Keith,
Erik told me that you keep a script that looks at specific variables in clm to determine if it is sufficiently spun-up. Is it possible you could point me to tha…
-
The current Newton's method implementation has no option to force Hessian to be positive definite, which is a common technique to improve convergence.
In the current implementation the algorithm w…
-
`ggset` would have been a nice name if we didn't offer two ways to do things. `ggdo` is not great, the goal is to make it clear that the action comes first in those cases, but `ggdo` reminds me of the…
-
Hi Dr. Mowinckel,
I've tried to convert the 3D ICBM atlas to 2D using the code below. I've run into a few errors I'm not sure how to debug (but am hoping you have a better idea of what they mean).
…
-
In this case a well is placed behind a leaky line doublet, yet the head **increases** in front of the doublet.
A minimum working example:
```python
import numpy as np
import matplotlib.pyplot …