Skip to content

This is code I wrote under the supervision of Dr. L. Andrew Wray at New York University, Center for Quantum Phenomena in summer of 2019

Notifications You must be signed in to change notification settings

ChrisChoi314/ARPESCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARPESCode

This is code I wrote under the supervision of Dr. L. Andrew Wray at New York University, Center for Quantum Phenomena

Description


This is a visualliser for APRES data. It can display the orignal data with respect to energy (in eV) and the two directions of momentum, derived from the lateral angle and polar angle from the ARPES measurements. You can choose to view the graphs of their minumum gradient or the orignal data.

Directions


  1. Open the Display folder in Processing.
  2. Click the green arrow inside the white circle button at the top left to start the program.
  3. You have to wait for all of the files to load before the graph appears. The progress of the files being loaded appears in the terminal at the bottom of the program. (Usually takes 20 seconds).
  4. Press the right and left arrow keys to change the slice of the data you are looking at.
  5. If the mode is 0 or 1, the right and left arrow keys change the value of polar angle, aka one direction in the momentum space.
    If the mode is 2 or 3, the right and left arrow keys change the value of the energy.
  6. Press the space bar to switch between the orignal data and its minumum gradient graph.
  7. If you want to switch the type of data you are looking at or the data set, make the following change and rerun the code:
  8. If you want to view the data with respect to energy and one momentum direction, change the mode to 1 (in line 12).
    If you want to view the data with respect to two momentum directions, change the mode to 3 (in line 12).
    If you want to view dataset 18, change fileNum to 18 (line 15) and fileAmount to 33 (line 16).
    If you want to view dataset 33, change fileNum to 33 (line 15) and fileAmount to 30 (line 16). This is the default data set.

About

This is code I wrote under the supervision of Dr. L. Andrew Wray at New York University, Center for Quantum Phenomena in summer of 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published