Theodore Papadopoulo

Results 23 issues of Theodore Papadopoulo

### Description of the problem The code in _source_space.py write the "nearest_dist" item as: write_float_matrix( fid, FIFF.FIFF_MNE_SOURCE_SPACE_NEAREST_DIST, this["nearest_dist"] ) But in all the examples, the data type stored is a...

BUG

There is this comment in analytics.h: // RK: why - sign ? Indeed, I do not understand why this sign is there. Most probably, this is compensated at a higher...

Currently the integrator uses barycentric coordinates to compute new integration points. But in some functions, we compute back the barycentric coordinates to get the values of the P1 functions. This...