Robert Oostenveld

Results 140 issues of Robert Oostenveld

My ISKRA AM550 sends messages like this according to Serial.println(reader.raw()) ``` ISK5\2M550E-1012 1-3:0.2.8(50) 0-0:1.0.0(181006151740S) 0-0:96.1.1(4530303433303037313330393836393138) 1-0:1.8.1(000045.342*kWh) 1-0:1.8.2(000088.857*kWh) 1-0:2.8.1(000000.000*kWh) 1-0:2.8.2(000000.000*kWh) 0-0:96.14.0(0001) 1-0:1.7.0(00.252*kW) 1-0:2.7.0(00.000*kW) 0-0:96.7.21(00008) 0-0:96.7.9(00002) 1-0:99.97.0() 1-0:32.32.0(00005) 1-0:32.36.0(00001) 0-0:96.13.0() 1-0:32.7.0(238.8*V) 1-0:31.7.0(001*A)...

As reported in https://robertoostenveld.nl/esp-8266-art-net-neopixel-module/#comment-45018 the offset does not work. Around line https://github.com/robertoostenveld/arduino/blob/080945494c4f9903c10332dbad0eda696e98cef7/esp8266_artnet_neopixel/esp8266_artnet_neopixel.ino#L72 something should be done with it.

After quantifying performance bottlenecks and prioritizing certain high-level or low-level FieldTrip functions (see #1851), and optimizing the code (see #1852), further performance enhancements can be implemented using parallel execution constructs...

which causes some errors on the [configuration index](https://www.fieldtriptoolbox.org/configuration) page as identified in https://github.com/fieldtrip/fieldtrip/pull/2064#issuecomment-1170910983. This would be a good first issue for someone new to work on.

bug
help wanted

We need test script to quantify the duration of computations and to break down their execution time in more details. Currently the most suited candidates are the existing [test scripts...

One of the toolkit participants got an error when reading in data in `.mat` file format with a variable "data" in it, but that nevertheless was _not_ a fieldtrip data...

bug

See http://openjdata.org/ and #1991 As discussed with @fangq

enhancement
help wanted

As it iterates over datasets (runs) and subjects, data2bids always writes the tsv and json files at the lowest level. It does not know that certain metadata gets repeated. When...

enhancement
unconfirmed

in [BEP21](https://github.com/bids-standard/bep021/issues/5) we are discussing provenance. It occurred to me that right now [ft_read_header](https://github.com/fieldtrip/fieldtrip/blob/fe125f4d39a33a2ec7c619403e1f83aaa1e007e7/fileio/ft_read_header.m#L2865) only reads and uses minimal information from the BIDS metadata. None of the additional metadata is...

enhancement

in a discussion with @LucaLaFisca on LIMO and BIDS, we identified that a common task for the user in his/her script is to construct a BIDS compliant filename. Having a...

enhancement