An open API service indexing awesome lists of open source software.

https://github.com/kreier/ar65view

Analyse the photoemission data from the Wesphoa AR65 at the Humboldt University to Berlin
https://github.com/kreier/ar65view

java physics-analysis

Last synced: about 1 year ago
JSON representation

Analyse the photoemission data from the Wesphoa AR65 at the Humboldt University to Berlin

Awesome Lists containing this project

README

          

# AR65view
[![GitHub release](https://img.shields.io/github/release/kreier/ar65view.svg)](https://GitHub.com/kreier/ar65view/releases/)
[![MIT license](https://img.shields.io/github/license/kreier/ar65view)](https://kreier.mit-license.org/)
[![Build Status](https://travis-ci.com/kreier/ar65view.svg?branch=master)](https://travis-ci.com/kreier/ar65view)
[![HitCount](http://hits.dwyl.io/kreier/ar65view.svg)](http://hits.dwyl.io/kreier/ar65view)


The Java-Program ar65view.jar is intended to analyze and manipulate the photo emission data measured by the ARPES experiments AR65 and WESPHOA. Both are part of the work group EES by Prof. Manzke at the Department of Physics, Humboldt University to Berlin, Germany. The program is written in Java 1.5 and runs therefore under Windows as well as Linux and Mac OS.

## Features

- Opens the *.1 files of EAC Software for Omicron AR65 files.
- Opens the EAC_STEP files with right energy from the same type of files (stepper motor program version).
- Opens the *.VIR files of the WESPHOA spectrometer.
- Detect and erase spikes from the spectra.
- Smoothing of the spectra, using the Savizky-Golay algorythm.
- Remove the 'Shirley background' from inelastic scattered electrons.
- Normalizing the peak height to a standard of 10000.
- Export of modified spectra data to clipboard.

## Known Bugs


If a certain file is selected in the JList, the selection of a different directory leads to an error message. (The 'removeAktivation();' in bin.SpectraData( ) doesn't work ). FIX: Just restart the program.

## Release notes

### 0.2.11.02 (February 2011)
- Java webstart with JNLP added an new compiled, [sourcecode available](https://sourceforge.net/p/ar65view/code/HEAD/tree/) with SVN on [sourceforge](http://ar65view.sourceforge.net)

### 0.2.11.01 (February 2011)
- 'Shirley background' can easily be removed (without negative data)
- Look and Feel finally works.
- Different language versions now solved by PropertyResourceBundle

### 0.1.08.04 (April 2008)
- Support of *.VIR files of the WESPHOA spectrometer.

### 0.1.07.12 (December 2007)
- Support of EAC_STEP files with right energy from the same type of files (stepper motor program version)
- Energy export to clipboard and Normalize to 10000 implemented.

### 0.1.07.10 (October 2007)
- First successful Java Version, developed in Moscow.
- Support of *.1 files of EAC Software for Omicron AR65 files.