Scanning Tunneling Spectra Analysis in Python
Project description
##################### STSPY #########################
Version = 0.1.0
Scanning Tunneling Spectra Python Analysis
Establishes a python class called spectra object with relevant parameters automatically tabulated (and optionally an STM object described below)
In addition, adds a specgrid object which contains similar attributes
To load a spectra from a VERT file, just do: spec = stspy.load_VERT_file(filename) To load a specgrid file, do: specgrid = stspy.load_specgrid_file(filename) #filename is the .specgridfile, dat file is required to be in the same place as the .specgridfile, but isn’t included in the arugment
Spectra (and specgrid) objects have a variety of attributes.
Automatically pulls parameters of particular importance including: ZPiezoconst LockinAmpl
Once called, spectra object contains has the following properties: V: sample voltage (volts) z: (Angstroms) I: current (amps) dIdV: differential conductance (mV)
Methods available: average(hyst_cor = True): if there are multiple passes, averages the spectra back and forth. hyst_cor (default True) applies a correction accounting for differences upon sweeping normalize(kappa): if using a z-ramp, this is useful. Multiplies the current and conductance by exp(-2*kappa*z) where kappa is a provided number (or array same length as z) to be determined by measurement
Another python class is created called STM which has the following properties and default values: DAC_Voltage_Range = 20000.0: Voltage range of the DAC in mV (i.e. 10V - (-10V) = 20V = 20000mV) LockinRC_facotr = 7960.0: Mutliplicative factor to get LockinRC param in Hz
Adjust values of this object to account for different STM or versions of stmafm software
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for stspy-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1cc150fceba67139fd1d6bd2dde539956cb18e7d3de7d80605db17e45f4d5c0 |
|
MD5 | 7a0020f0d29a26eaa2aff2e41e60203b |
|
BLAKE2b-256 | 11d50257faac0118c1c8e76c88a7e343f9e06d0abb37f567d37896deb707eca5 |