-
Notifications
You must be signed in to change notification settings - Fork 3
Home
tonnrueter edited this page Mar 28, 2014
·
7 revisions
Welcome to the RixsTool wiki!
You want to contribute? Great! Here's how you get started:
- Download and install git here: https://git-scm.com/downloads
- Clone the repository: https://github.com/tonnrueter/RixsTool.git
- Register my repository as an upstream:
git remote add upstream git://github.com/tonnrueter/RixsTool.git
- 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
- 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).