Installation

  • assuming you have 'pip' installed run the following
pip install numpy

Selection of some useful bash tools

Wed 09 January 2019 by Franz Kirsten
  • Sometimes it is quicker to write a short bash script to 'get the job done' instead of doing it in python or something else
  • bash comes with a load of very useful little programmes that allow you to modify files on the fly
  • if you 'pipe' things together (with the …
read more

astropy - the python astronomy package

Wed 14 November 2018 by Franz Kirsten
  • get it from here
  • there are a number of great examples to get you started (the examples I showed in the seminar came from here)
  • and further tutorials
  • also check out the astropy-page on the WCS

What it can be used for (biased, certainly not complete list)

  • reading+writing standard …
read more

Coding in python in a Jupyter Notebook

Thu 22 March 2018 by Franz Kirsten
read more

Rsync and Cron jobs

Wed 21 February 2018 by Franz Kirsten
  • The slides I showed are in this rsync-cronjobs.pdf
  • in a nutshell rsync is a fancy way to copy data
  • instead of copying everything it will syncronise source and sinc by comparing time tags and/or sizes of files
  • can be used like scp to sync different machines in a …
read more

Gimp -- The GNU Image Manipulation program

Mon 29 January 2018 by Franz Kirsten

What is it?

Wikipedia

(GNU Image Manipulation Program) is a free and open-source raster graphics editor used for image retouching and editing, free-form drawing, converting between different image formats, and more specialized tasks.

Gimp - what I …

read more

Tmux - a terminal multiplexer

Mon 15 January 2018 by Franz Kirsten

What is it?

Wikipedia

tmux is a software application that can be used to multiplex several virtual consoles, allowing a user to …

read more

Lyx

Mon 04 December 2017 by Franz Kirsten

Lyx - document editor based on latex

Overview

  • encourages writing based on the idea of what-you-see-is-what-you-mean WYSIWYM
  • find it at Lyx
  • the Documentation/Wiki is great
  • allows you to write a LaTeX document without ever having to remember latex-commands

Features

  • import of LaTeX files
  • export of Lyx-files to LaTeX
  • vast amount …
read more

Using ssh and friends

Mon 20 November 2017 by Franz Kirsten

Using ssh and friends

# we spoke about the following tools:
ssh          # utility to access remote machine
ssh-keygen   # used to generate key-pairs (to access machines without a password)
ssh-copy-id  # to copy the public key to the remote machine
scp          # 'secure copy', to copy files …
read more

Front page

Tue 17 October 2017 by Franz Kirsten

Welcome to Onsala Space Observatory's Tech Talk

The idea for this is to be an informal meeting where we can discuss tools/software packages/programming languages …

read more