├── .gitignore ├── LICENSE ├── README.md ├── dist └── lookup.png └── python └── Thin Film Interference.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandaghassaei/SoapFlow/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandaghassaei/SoapFlow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandaghassaei/SoapFlow/HEAD/README.md -------------------------------------------------------------------------------- /dist/lookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandaghassaei/SoapFlow/HEAD/dist/lookup.png -------------------------------------------------------------------------------- /python/Thin Film Interference.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amandaghassaei/SoapFlow/HEAD/python/Thin Film Interference.ipynb --------------------------------------------------------------------------------