Skip to content
tonnrueter edited this page Mar 28, 2014 · 7 revisions

Welcome to the RixsTool wiki!

How to contribute

You want to contribute? Great! Here's how you get started:

  1. Download and install git here: https://git-scm.com/downloads‎
  2. Clone the repository: https://github.com/tonnrueter/RixsTool.git
  3. Register my repository as an upstream: git remote add upstream git://github.com/tonnrueter/RixsTool.git
  4. Do your changes, commit them (with commit message !!1!) and send me a pull request.

If you find that i made changes on the upstream and want to merge them i recommend to use

git pull --rebase upstream master

as explained here

Here are some further reading on git

  • Official docs with nice tutorials
  • I found some nice tips here

To Do: Unfinished tasks

  • Transfer meta data ("header") from the image input files (*.edf) to the output. There already is a routine in the mainWindow.py module that writes spec files (saveSpectra).
Clone this wiki locally