Scanning SQUID measurement and control.
scanning-squid is an instrument control and data acquisition package for scanning SQUID (Superconducting QUantum Interference Device) microscopy developed in the Moler Group at Stanford University. It is based on the QCoDeS framework, and is designed to run in either a standalone Jupyter Notebook or in Jupyter Lab.
It is recommended that you set up a conda env in which to run scanning-squid by following the steps below. This will install all of the packages on which scanning-squid depends.
cd <path-to-directory-containing-environment-file>)conda env create -f environment.ymlactivate scanning-squidcd <path-to-directory-containing-environment-file>)conda env create -f environment.ymlsource activate scanning-squidAfter cloning this repository, to run scanning-squid from a Windows (Mac) machine, open the Anaconda Prompt (Terminal) and run activate scanning-squid (source activate scanning-squid), and launch a jupyter notebook or jupyter lab.