Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
m (updated nk.py description)
(→‎General Calculators: added Python Scripts section)
Line 5: Line 5:
 
* [http://www.calculatoredge.com/optical%20engg/pressure%20converter%20calc.htm Conversion of Pressure Units (calculatoredge.com)]
 
* [http://www.calculatoredge.com/optical%20engg/pressure%20converter%20calc.htm Conversion of Pressure Units (calculatoredge.com)]
 
* [https://www.pfeiffer-vacuum.com/en/know-how/introduction-to-vacuum-technology/fundamentals/mean-free-path/ Mean Free Path tables (Pfeiffer Vacuum)]
 
* [https://www.pfeiffer-vacuum.com/en/know-how/introduction-to-vacuum-technology/fundamentals/mean-free-path/ Mean Free Path tables (Pfeiffer Vacuum)]
* [[Laser Etch Monitor Simulation in Python]]
 
   
 
=== Refractive Indices ===
 
=== Refractive Indices ===
Line 26: Line 25:
   
 
=== General Calculators ===
 
=== General Calculators ===
  +
* [https://www.anaconda.com/download/ Anaconda Python]
  +
** A full 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.
  +
 
* [https://www.online-utility.org/math/math_calculator.jsp Octave Online Interpreter (online-utility.org)]
 
* [https://www.online-utility.org/math/math_calculator.jsp Octave Online Interpreter (online-utility.org)]
** ''A Matlab-like interface, powered by Python Octave.''
+
** ''A Matlab-like command-line interface, powered by Python Octave.''
  +
 
* [http://www.wolframalpha.com Wolfram Alpha]
 
* [http://www.wolframalpha.com Wolfram Alpha]
  +
  +
=== Python Scripts ===
  +
* [[Keithley I-V Sweep]]: Sweep voltage and plot current vs. voltage using a Keithley SMU
  +
* [[QFIScope Thermal Analysis]]: Import 2D temperature data from the [[IR Thermal Microscope (QFI)]] and plot temperature profiles at specified locations.
  +
* [[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:17, 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 full 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.

Python Scripts