Eric Larson
Eric Larson
Another option might be a little CSS fix like ``` .whatever_drop_down { height: 50px; overflow: auto; } ``` I'm also okay with making the list shorter. Happy to defer to...
(the above or some similar variant would add a scroll bar to the dropdown)
Indeed there are two issues here: 1. The first should be fixed by fixing the private function that Info-izes when loading from HDF5 2. The second should be fixed by...
> I agree that the layout/montage distinction is confusing. Layouts are really montages in 2D, so potentially we could unify both as montages with a 3D or 2D value in...
> I think our built-in montages should really be calculated from scratch I don't think we have a way to compute the MNI/realistic locations from scratch, right? So this seems...
Agreed, that would be a great first step. Bonus points for putting in the code somewhere what the original source was if possible, too. It might require some deep investigative...
> I'm not sure if it is possible to perform source localization without noticing what kind of montage you have I think you ~~overestimate~~ underestimate how easy it is for...
Let's do this early in the 1.2 cycle so we can work out any bugs and @wmvanvliet has time to think/respond. We're going to cut 1.1 today I think
(but @wmvanvliet feel free to merge if you do get to it before we branch 1.1)
Just some minor kw-only and `versionadded` stuff from me, will merge once green other than what should be fixed by #11034, thanks in advance @alexrockhill !