Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(→‎Python Scripts: added lonk to GitHub repo for Keithley I-V script)
(→‎Python Scripts: added GitHub link for QFIScope)
Line 35: Line 35:
 
** ''A'' ''versatile online interpreter/calculator, allowing calculations such as "''Volume of 1.5g of Silicon''", "''melting point of SiO2''" or "''520°C in Fahrenheit''".''
 
** ''A'' ''versatile online interpreter/calculator, allowing calculations such as "''Volume of 1.5g of Silicon''", "''melting point of SiO2''" or "''520°C in Fahrenheit''".''
   
=== Python Scripts ===
+
=== Scripts - Python, Matlab etc. ===
 
''These scripts are best run in the Spyder IDE, which is easily installed via [https://www.anaconda.com/download/ Anaconda], [http://python-xy.github.io 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 [https://www.anaconda.com/download/ Anaconda], [http://python-xy.github.io Python(X,Y)], or direct compiling using a command-line package manager.''
 
* [https://github.com/demisjohn/Keithley-I-V-Sweep Keithley I-V Sweep]
 
* [https://github.com/demisjohn/Keithley-I-V-Sweep Keithley I-V Sweep]
Line 41: Line 41:
 
** Already installed at the Probe Station in Bay 4, and on the QFI Thermal Microscope (Use '''''Python(X,Y)''''' to run).
 
** Already installed at the Probe Station in Bay 4, and on the QFI Thermal Microscope (Use '''''Python(X,Y)''''' to run).
 
** Requires the [https://pyvisa.readthedocs.io/en/stable/ pyvisa] python module.
 
** Requires the [https://pyvisa.readthedocs.io/en/stable/ pyvisa] python module.
* [[QFIScope Thermal Analysis|QFIScope Thermal Analysis]]
+
* [https://github.com/demisjohn/QFI-Scope-Thermal-Analysis QFIScope Thermal Analysis]
** Import 2D temperature data from the [[IR Thermal Microscope (QFI)]] and plot temperature profiles at specified locations.
+
** Import 2D temperature data from the [[IR Thermal Microscope (QFI)]] and plot temperature profiles at user-specified locations.
  +
** Already installed on the QFI Infrared Microscope.
 
* [[Laser Etch Monitor Simulation in Python|Laser Etch Monitor Simulation in Python]]
 
* [[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.
 
** Simulate your laser endpoint signal as you dry-etch through a stack of thin-film layers.

Revision as of 10:33, 11 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.
  • Wolfram Alpha
    • A versatile online interpreter/calculator, allowing calculations such as "Volume of 1.5g of Silicon", "melting point of SiO2" or "520°C in Fahrenheit".

Scripts - Python, Matlab etc.

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.