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 *
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 offrom scan_framework import *