Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(→‎Scripts + Programs: put analysis prgs at top)
m (→‎Wet Etching: minor description updates)
Line 16: Line 16:
 
== Wet Etching ==
 
== Wet Etching ==
 
* [http://transene.com/etch-compatibility/ Transene Inc. Chemical Compatibility Chart]
 
* [http://transene.com/etch-compatibility/ Transene Inc. Chemical Compatibility Chart]
  +
** ''This table shows common metals and which Transene etchants they are attacked by/impervious to.''
 
* [http://www.sciencedirect.com/science/article/pii/S0927796X00000279 A.R. Clawson, "Guide to references on III±V semiconductor chemical etching", 2001]
 
* [http://www.sciencedirect.com/science/article/pii/S0927796X00000279 A.R. Clawson, "Guide to references on III±V semiconductor chemical etching", 2001]
 
** ''Enormous review of published wet etches of many semiconductors and alloys. The only thing it's missing is a hyperlinked table of contents.''
 
** ''Enormous review of published wet etches of many semiconductors and alloys. The only thing it's missing is a hyperlinked table of contents.''
Line 32: Line 33:
 
** [http://imagej.net/Microscope_Measurement_Tools The Microscope Measurement Tools plugin] allows you to save scaling settings for various microscopes & draw measurements.
 
** [http://imagej.net/Microscope_Measurement_Tools The Microscope Measurement Tools plugin] allows you to save scaling settings for various microscopes & draw measurements.
 
** There are many [https://imagej.net/Category:Plugins other useful plugins], for particle counting, [https://stackoverflow.com/questions/6230353/how-to-create-gif-animation-from-a-stack-of-jpgs/37193012#37193012 creating animations] etc.
 
** There are many [https://imagej.net/Category:Plugins other useful plugins], for particle counting, [https://stackoverflow.com/questions/6230353/how-to-create-gif-animation-from-a-stack-of-jpgs/37193012#37193012 creating animations] etc.
* [http://gwyddion.net Gwyddion] - free analysis software for Atomic Force Microscopes (AFMs)
+
* [http://gwyddion.net Gwyddion] - free analysis software for Atomic Force Microscopes (AFMs) and other 3D data.
 
** Sophisticated leveling, slicing, roughness analysis functions etc.
 
** Sophisticated leveling, slicing, roughness analysis functions etc.
 
** Can open Bruker NanoScope files, from the [[Atomic_Force_Microscope_(Dimension_3100/Nanoscope_IVA)|AFM]]
 
** Can open Bruker NanoScope files, from the [[Atomic_Force_Microscope_(Dimension_3100/Nanoscope_IVA)|AFM]]
Line 51: Line 52:
   
 
=== Python Scripts ===
 
=== Python Scripts ===
''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 [https://pythonhosted.org/spyder/installation.html Spyder IDE], which is easily installed via [https://www.anaconda.com/download/ Anaconda], [http://python-xy.github.io Python(X,Y)], or by directly compiling Spyder 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]
 
** Sweep voltage and plot current vs. voltage using a Keithley SMU.
 
** Sweep voltage and plot current vs. voltage using a Keithley SMU.

Revision as of 17:19, 4 June 2018

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

Fabrication Processes & Converters

Material Parameters

Wet Etching

Refractive Indices

Scripts + Programs

Analysis Programs

  • FIJI - scientific image anaylsis software
  • Gwyddion - free analysis software for Atomic Force Microscopes (AFMs) and other 3D data.
    • Sophisticated leveling, slicing, roughness analysis functions etc.
    • Can open Bruker NanoScope files, from the AFM
  • ProfilmOnline.com (Filmetrics) - online analysis/storage/sharing of 3D topographical data and images.
    • You can share an interactive 3D render of your AFM or Wyko scans with this tool.

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. The PyVisa module adds equipment control capabilities for automated measurements.
  • 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".
  • nk.py (Demis D. John)
    • Python functions for returning n (ref. idx.) & k (ext. coeff.) of various NanoFab thin-films at a specified wavelength (aka. dispersion models).

Python Scripts

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

  • Keithley I-V Sweep
    • Sweep voltage and plot current vs. voltage using a Keithley SMU.
    • Already installed at the Probe Station in Bay 4, and on the QFI Thermal Microscope (Use Python(X,Y) to run).
    • Requires the pyvisa python module.
  • QFIScope Thermal Analysis
    • 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
    • Simulate your laser endpoint signal as you dry-etch through a stack of thin-film layers, using an open-source electromagnetics module.