What is separable convolution, why would we use it, when can it be applied and how to get the 1D filters.
Category: Uncategorized
Setting up a headless Raspberry Pi Zero W
A guide how to setup a headless Raspberry Pi Zero W without ever connecting it to a screen or keyboard.
Continue reading “Setting up a headless Raspberry Pi Zero W”
Tweaking Adobe Reader to Save without File select dialog
Adobe Acrobat’s reader is by far the most commonly used PDF reader in this world. Nevertheless, the default file saving option is a no-go. Here is the work-around.
Continue reading “Tweaking Adobe Reader to Save without File select dialog”
C++ notes: nodiscard attribute
About using the [[nodiscard]]
attribute for your functions.
Notes on templates in C++
Some notes about templates.
New OWIS PS10 MATLAB interfacing class
I created another wrapper to fuse a stage controlling library into the object-oriented framework of the acoustic resolution optoacoustic microscope I am currently developing. The stage is built by OWIS and in the end a standard linear positioning system driven by a stepper motor and a spindle drive (I am using version PS10). The interfacing is based on OWISoft which requires a login to download the software.
The interfacing code for a convenient handling of stage position, homing, velocity, acceleration, connecting, enabling etc. through MATLAB is available at github.
Must have Linux workstation tools
This list contains the most important tools which I use on a daily basis in Linux and which took me a while to discover (needless to mention Firefox, GIMP, or Inkscape because they show up in every top 10 linux software list). For now I just start with the ones I have in mind right now. And of course, this list does not contain the right thing for everybody but maybe there are some parts which are worth trying?
Windows shuts down network adapter making it unusable for Linux
Windows power saving option for network adapter might disable it for your Linux distribution in dual boot setups.
Continue reading “Windows shuts down network adapter making it unusable for Linux”
Simple MATLAB implementations of SAFT
Various implementations of a simple reconstruction procedure for acoustic resolution optoacoustic microscopy based on the virtual detector concept. Including a small literature review.