André Offringa

Results 45 issues of André Offringa

### Description When using astropy.wcs to get coordinates for a pixel from an observation targetting the North Celestial Pole (NCP), with a SIN projection, astropy.wcs incorrectly interprets the keywords such...

wcs
Bug

**Version of Singularity** problem occurs with versions 3.9.5, 3.9.9, 3.10.0 (from git). **Describe the bug** Running mconfig results in a rather unhelpful: ``` checking: host Go compiler (at least version...

needs investigation
needs more info

The functions std::binary_function and std::mem_fun have been deprecated in C++11, and are removed in C++20. This pull request replaces them with more modern code. Together with #1889 this removes all...

I think it's time to start replacing auto_ptr... it's in some of the header files, and auto_ptr is removed in c++20, which means that other projects that use ola can't...

I use aubio in lighting control software ([glight](https://github.com/aroffringa/glight/)), where I use it for real-time beat detection and moving lights to the beats. This works really well. I'm now looking to...

Right now all code for the design wizard is in one file, and it repeats code for different design. This can be made more flexible by having a definition for...