Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
m (→‎Python Scripts: best run in Spyder IDE)
m (→‎Python Scripts: updated to same indentation format as other lists)
Line 36: Line 36:
 
=== Python Scripts ===
 
=== Python Scripts ===
 
''These scripts are best run in the Spyder IDE, which is easily installed via Anaconda, Python(X,Y), or direct compiling using a command-line package manager.''
 
''These scripts are best run in the Spyder IDE, which is easily installed via Anaconda, Python(X,Y), or direct compiling using a command-line package manager.''
  +
* [[Keithley I-V Sweep|Keithley I-V Sweep]]
* [[Keithley I-V Sweep|'''Keithley I-V Sweep''']]: Sweep voltage and plot current vs. voltage using a Keithley SMU. Already installed at the Probe Station in Bay 4 (Use '''''Python(X,Y)''''' to run), and on the QFI Thermal Microscope.
+
** Sweep voltage and plot current vs. voltage using a Keithley SMU. Already installed at the Probe Station in Bay 4 (Use '''''Python(X,Y)''''' to run), and on the QFI Thermal Microscope.
* [[QFIScope Thermal Analysis|'''QFIScope Thermal Analysis''']]: Import 2D temperature data from the [[IR Thermal Microscope (QFI)]] and plot temperature profiles at specified locations.
 
  +
* [[QFIScope Thermal Analysis|QFIScope Thermal Analysis]]
* [[Laser Etch Monitor Simulation in Python|'''Laser Etch Monitor Simulation in Python''']]: Simulate your laser endpoint signal as you dry-etch through a stack of thin-film layers.
 
 
** Import 2D temperature data from the [[IR Thermal Microscope (QFI)]] and plot temperature profiles at specified locations.
  +
* [[Laser Etch Monitor Simulation in Python|Laser Etch Monitor Simulation in Python]]
 
** Simulate your laser endpoint signal as you dry-etch through a stack of thin-film layers.

Revision as of 08:29, 9 November 2017

This page lists a few online calculators that are useful to lab users.

Fabrication Processes & Converters

Refractive Indices

Material Parameters

Wet Etching

General Calculators

  • Anaconda Python
    • A free Matlab-like IDE and GUI, using the Python language. The Spyder interface is modeled after Matlab.
    • Includes the scientific Python libraries needed for array math (numpy), plotting (matplotlib), data science (pandas) and many others. Many open-source packages are available to extend capabilities.

Python Scripts

These scripts are best run in the Spyder IDE, which is easily installed via Anaconda, Python(X,Y), or direct compiling using a command-line package manager.