Niko Föhr

Results 174 comments of Niko Föhr

Ok I see it is complicated. I have previously been using the [Ocean Optics 2000 4000 Labview driver](http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=7833BD4A31DA1274E04400144FB7D21D) and there also the dark pixels were 6-18. The following table contains...

Hi, Thanks for this awesome tool! I also am interested on how would one read records into cutelog from log files. I managed to parse an example logfile to a...

I used the [LinearSegmentedColormap](https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.colors.LinearSegmentedColormap.html#matplotlib.colors.LinearSegmentedColormap) to create viridis-like colormap with white base color ("from 0 to 1e-20"). I don't know if there are better options. ```python from matplotlib.colors import LinearSegmentedColormap white_viridis...

Since there has been no activity in several months, I assume that the `--pre` flag resolved the issue. Feel free to reopen if needed.

Related: https://github.com/np-8/wakepy/issues/17 (possible solution)

This is now documented for Windows and Linux. Created new ticket ([#25](https://github.com/np-8/wakepy/issues/25)) for macOS so this one can be closed. Thanks @JonLevin25 for your contribution !

Multiprocessing is now supported on Windows and Linux. On mac, should test if multiprocessing is possible or not.

Short update: There is now a dbus based solution in master which works without sudo (and without systemd). See: https://github.com/np-8/wakepy/issues/17 I will close this issue and continue on the issue...

This has finally got some speed, thanks to @Stehlampe2020 for the [PR 22](https://github.com/np-8/wakepy/pull/22)! I have merged a working version in master. It works without sudo priviledges using dbus. Before publishing...

I'm happy to announce that version 0.6.0 uses DBus by default! Thanks @NicoWeio for ideating and @Stehlampe2020 for supplying PR with implementation !