diff --git a/Local/LocalInstrumentControlSettings.mat b/Local/LocalInstrumentControlSettings.mat deleted file mode 100644 index 568e72f..0000000 Binary files a/Local/LocalInstrumentControlSettings.mat and /dev/null differ diff --git a/Local/README.txt b/Local/README.txt deleted file mode 100644 index 8faa315..0000000 --- a/Local/README.txt +++ /dev/null @@ -1,4 +0,0 @@ -This folder contains computer-specific device addresses and files that -start control pannels assuming them. -The folder needs to be stored locally on the computer, the shared files are -for reference only and have to not be accessed instead of the local ones. \ No newline at end of file diff --git a/Local/runNewportTlbScan.m b/Local/runNewportTlbScan.m deleted file mode 100644 index 9025dcb..0000000 --- a/Local/runNewportTlbScan.m +++ /dev/null @@ -1,40 +0,0 @@ -%data_source=true -%title=Ecdl850Scan - -function runNewportTlbScan() - - % Get the unique instance of MyCollector - C = MyCollector.instance(); - - name = 'runNewportTlbScan'; - if ~ismember(name, C.running_instruments) - - % Create an instrument instance - App = NewportTlbScan( ... - 'scope_name', 'Dpo4034nano2', ... - 'laser_name', 'ECDL850He3'); - - % Add instrument to Collector - addInstrument(C, name, App); - - % Display the instrument's name - Fig = findFigure(App); - if ~isempty(Fig) - Fig.Name = char(name); - else - warning('No UIFigure found to assign the name') - end - - % Apply color scheme - applyLocalColorScheme(Fig); - - % Move the app figure to the center of the screen - centerFigure(Fig); - else - disp([name ' is already running']) - App = getInstrument(C, name); - - setFocus(App); - end -end - diff --git a/Local/runLogViewer.m b/Local/sourceRunLogViewer.m similarity index 100% rename from Local/runLogViewer.m rename to Local/sourceRunLogViewer.m diff --git a/Utility functions/Setup.mlapp b/Utility functions/Setup.mlapp index 927fd84..526ed1b 100644 Binary files a/Utility functions/Setup.mlapp and b/Utility functions/Setup.mlapp differ