Here’s a pretty comprehensive page which describes programming on a GPU. We’ll see if this brings me a step further….
Here’s a pretty comprehensive page which describes programming on a GPU. We’ll see if this brings me a step further….
On my Fedora PC GNUPLOT 4.0 is installed which does not permit (or at least I did not manage) to overlay contour lines on top of a color map. The newer release (i.e. 4.2 )of GNUPLOT allows to do this,…
I am trying to keep my list of papers up-to-date by storing all the information in a simple Bibtex file from which I can easily create formated output like HTML or PDFs. Today I downloaded a small but smart tool…
Usually I am quite satisfied with the output which is provided by GNUPLOT. Only today I had to make a log-log plot and needed some dashed lines to produce a good-looking figure in BW. But GNUPLOT/postscript does not like dashed…
Our paper entitled “Constrained simultaneous algebraic reconstruction technique (C-SART) – a new and simple algorithm for ionospheric tomography” has been accepted for publication in Earth, Planets and Space.
Finally! Temperatures on the day-time have reached values which make it possible to walk around without thick jackets. Now the increasing power of the sun-light can be noticed day-by-day, what makes me hope that jerry blossom will start soon. Although…
The nice –adjust=n [PGM] command sets the priority of a launched program. According to the manual… Usage: nice [OPTION] [COMMAND [ARG]…] Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Nicenesses range…
My favorite editor under gnome is Gedit, which can be extended to a powerful tool using some plugins. Beside the standard tools there are a variety of useful plugins.
Although I am now able to split a line into exponential growing pieces (see yesterdays blog) I am not very satisfied with the results as the last two or three segments are always larger. Thus applying the method to my…
I am currently dealing with the following problem. Assume you have a line of length L and want to split it in N pieces which are growing exponentially, i.e. where always represents the start of the interval. In order to…