usnistgov / artiq_scan_framework

NIST scan framework for ARTIQ
Other
9 stars 2 forks source link

Change import statements to artiq_scan_framework #4

Open philipkent opened 2 years ago

philipkent commented 2 years ago

Since the project is named artiq_scan_framework now instead of just scan_framework, people will be downloading the code to a folder named artiq_scan_framework. All of the examples, documentation, etc need to be updated so people don't have broken examples right off the bat. e.g. from artiq_scan_framework import * instead of from scan_framework import *

philipkent commented 2 years ago

Done, added to release_2 branch on linux machine. Needs to be merged into master branch and release-3 branch.