Go to file
2023-03-31 17:04:50 +00:00
AU_Programs 2015-09-30 12:26:01 +00:00
Scripts Update 'Scripts/Zeeman_Order/zeeman_exp.py' 2023-03-31 17:04:50 +00:00
README.md change git path in the README 2023-01-30 22:59:27 +01:00
The DAMARIS Script Library.doc added documentation source 2015-09-30 11:29:54 +00:00
The DAMARIS Script Library.pdf added documentation source 2015-09-30 11:29:54 +00:00

DAMARIS Script Library

This is a collection of the pules programs used in the work group of Prof. Michael Vogel at the Technical University of Darmstadt. This collection was done by Oleg Petrov in order to have a common base on all of our spectrometers. You can get a clone of this repository via:

git clone https://gitea.pkm.physik.tu-darmstadt.de/IPKM/damaris-script-library.git

Details of the pulse programs can be found in the document: "The DAMARIS Script Library.pdf".

For people working with this and thy want to revert the local changes:

(This is from from StackOverflow) If you want to revert changes made to your working copy, do this:

git checkout .

If you want to revert changes made to the index (i.e., that you have added), do this. Warning this will reset all of your unpushed commits to master!:

git reset

If you want to revert a change that you have committed, do this:

git revert <commit 1> <commit 2>

If you want to remove untracked files (e.g., new files, generated files):

git clean -f

Or untracked directories (e.g., new or automatically generated directories):

git clean -fd

Current maintainer of this library is @markusro.