My Shortcuts Help Browser Favorites Help icon helpview([docroot '/mapfiles/matlab_env.map'], 'matlabenvironment_desktop'); true Toolbar Shortcuts Standard icon helpview([docroot '/techdoc/env_csh/env_csh.map'], 'shortcut_on_toolbar', 'CSHelpWindow'); true Standard icon helpview([docroot '/base/relnotes/helptargets.map'], 'general_rn_highlights'); true Standard icon disp(''); disp('SEI Path start loading') tic warning off addpath(genpath('/ligo/svncommon/SeiSVN/seismic/Common')) rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/Common/Matlab_Tools/Schroeder_Phase_Scripts/')) addpath(genpath('/ligo/svncommon/SeiSVN/seismic/Common/Matlab_Tools/Schroeder_Phase_Scripts/Version_1/')) addpath(genpath('/ligo/apps/linux-x86_64/awgstream/')) warning on disp('SEI Path loaded') disp(''); toc true Standard icon %% List of updates % ----------------- % October 1st 2013 - HP % - Added input feature that allows picking the chamber in use. % - Colors % - Misc comments. % November 4th 2013 - HP % - Fix path for Plor_Functions_BSC_ISI - Shortcut used to load the whole folder, instead of the latest version. Uses Latest_Version.m, which lives in seismic/Common/MatlabTools/ disp('');disp('-------------'); Chamber=input('Chamber name (e.g. ''ITMX''):'); cprintf([0.1 0.65 0],[ Chamber ' BSC-ISI path starts loading']);fprintf('\n'); tic warning off rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HEPI')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/HEPI)') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HAM-ISI')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/HAM-ISI)') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI)') addpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common')) disp('addpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common)') %% Common Control Scripts rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Loops_Design_Functions_BSC_ISI/')) disp('rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Loops_Design_Functions_BSC_ISI/))') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Temp/')) disp('rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Temp/))') rmpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Plot_Functions_BSC_ISI/'])) disp(['rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Plot_Functions_BSC_ISI/']) rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Control_Generic_Scripts_BSC_ISI/')) disp('rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Control_Generic_Scripts_BSC_ISI/))') Version=Latest_Version('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Control_Generic_Scripts_BSC_ISI/'); cprintf([0 0 1],['Using Control_Generic_Scripts_BSC_ISI version ' Version]); fprintf('\n'); addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Control_Generic_Scripts_BSC_ISI/Version_', Version ])) disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Control_Generic_Scripts_BSC_ISI/Version_', Version]) Version=Latest_Version('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Plot_Functions_BSC_ISI/'); cprintf([0 0 1],['Using Plot_Functions_BSC_ISI version ' Version]); fprintf('\n'); addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Plot_Functions_BSC_ISI/Version_', Version])) disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Plot_Functions_BSC_ISI/Version_', Version]) %% Common Testing Functions rmpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Testing_Functions_BSC_ISI/'])) disp(['rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Testing_Functions_BSC_ISI/']) Version=Latest_Version('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Testing_Functions_BSC_ISI/'); cprintf([0 0 1],['Using Testing_Functions_BSC_ISI version ' Version]); fprintf('\n'); addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Testing_Functions_BSC_ISI/Version_', Version])) disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/Common/Testing_Functions_BSC_ISI/Version_', Version]) %% Unit-Specific addpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H2')) disp('addpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H2)') addpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/X1')) disp('addpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/X1)') rmpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H2/ITMY/Scripts/Data_Collection/OLD') disp('rmpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H2/ITMY/Scripts/Data_Collection/OLD)') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/X1/Scripts/')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/X1/Scripts/)') % Cahmber Specific addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber])) ; disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber]); rmpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber,'/Scripts/Control_Scripts/'])) ; disp(['rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber,'/Scripts/Control_Scripts/']); Version=Latest_Version(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber,'/Scripts/Control_Scripts/']); cprintf([0 0 1],['Using local Control_Scripts version ' Version]); fprintf('\n'); addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber,'/Scripts/Control_Scripts/Version_',Version])) ; disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber,'/Scripts/Control_Scripts/Version_',Version]); % CD cd(['/ligo/svncommon/SeiSVN/seismic/BSC-ISI/H1/', Chamber]) % Finalize warning on cprintf([0.1 0.65 0],[ Chamber ' BSC-ISI path loaded']);fprintf('\n'); toc disp('-------------');disp(''); true Standard icon %% List of updates % ----------------- % October 2nd 2013 - HP % - Added input feature that allows picking the chamber in use. % - Colors % - Misc comments. disp('-------------'); warning off tic Chamber=input('Chamber name (e.g. ''HAM2''):'); cprintf([0.1 0.65 0],[ Chamber ' HAM-ISI path starts loading']);fprintf('\n'); % Common Folders rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HEPI/')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/HEPI/)') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI/)') addpath(genpath('/ligo/svncommon/SeiSVN/seismic/HAM-ISI/Common')) disp('addpath(/ligo/svncommon/SeiSVN/seismic/HAM-ISI/Common)') % Unit Specific Commissioning_Path('H1',Chamber) IMC_Test = ['/ligo/svncommon/SeiSVN/seismic/HAM-ISI/H1/IMC_Test']; Shroeder_1 = '/ligo/svncommon/SeiSVN/seismic/Common/MatlabTools/Schroeder_Phase_Scripts/Version_1/'; % Use version 1 because .txt in the "Shroeder Phase Scripts folder" says it works at LHO Shroeder_2 = '/ligo/svncommon/SeiSVN/seismic/Common/MatlabTools/Schroeder_Phase_Scripts/Version_2/'; Shroeder_Temp = '/ligo/svncommon/SeiSVN/seismic/Common/MatlabTools/Schroeder_Phase_Scripts/Temp/'; addpath(genpath( IMC_Test)); disp( ['added: ' IMC_Test ]); rmpath(genpath( Shroeder_Temp)); disp( ['removed: ' Shroeder_Temp ]); rmpath(genpath( Shroeder_1)); disp( ['removed: ' Shroeder_1 ]); addpath(genpath( Shroeder_2)); disp( ['added: ' Shroeder_2 ]); % CD cd(['/ligo/svncommon/SeiSVN/seismic/HAM-ISI/H1/' Chamber '/Scripts/Control_Scripts/release/']) % Finalize warning on toc cprintf([0.1 0.65 0],[ Chamber ' HAM-ISI path loaded']);fprintf('\n'); disp('-------------'); disp(''); true Standard icon Chamber=input('Chamber(e.g.''BS'',''HAM2'',...)= '); Version='Version_5'; disp(''); disp(['HEPI path starts loading for ' Chamber '-HEPI']) tic warning off rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/BSC-ISI)') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HAM-ISI')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/HAM-ISI)') addpath(genpath('/ligo/svncommon/SeiSVN/seismic/HEPI/Common')) disp('addpath(/ligo/svncommon/SeiSVN/seismic/HEPI/Common)') rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Control_Generic_Scripts_HEPI/')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Control_Generic_Scripts_HEPI/)') addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Control_Generic_Scripts_HEPI/', Version])) disp(['addpath(/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Control_Generic_Scripts_HEPI/',Version ,')']) rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Plot_Functions_HEPI/')) disp('rmpath(/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Plot_Functions_HEPI/)') addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Plot_Functions_HEPI/', Version])) disp(['addpath(/ligo/svncommon/SeiSVN/seismic/HEPI/Common/Plot_Functions_HEPI/', Version, ')']) addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/HEPI/H1/', Chamber])) ; disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/HEPI/H1/', Chamber]); rmpath(genpath(['/ligo/svncommon/SeiSVN/seismic/HEPI/H1/', Chamber,'/Scripts/Control_Scripts/'])) ; disp(['rmpath(genpath(/ligo/svncommon/SeiSVN/seismic/HEPI/H1/', Chamber,'/Scripts/Control_Scripts/']); addpath(genpath(['/ligo/svncommon/SeiSVN/seismic/HEPI/H1/', Chamber,'/Scripts/Control_Scripts/',Version])) ; disp(['addpath(genpath(/ligo/svncommon/SeiSVN/seismic/HEPI/H1/', Chamber,'/Scripts/Control_Scripts/',Version]); warning on warning on disp(['HEPI path loaded for ' Chamber '-HEPI']) disp(''); toc true MATLAB icon % --- Remove SEI SVN paths rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/Common/')) rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HEPI/')) rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/BSC-ISI/')) rmpath(genpath('/ligo/svncommon/SeiSVN/seismic/HAM-ISI/')) clc % --- Add SUS SVN QUAD paths addpath(genpath('/ligo/svncommon/SusSVN/sus/trunk/QUAD/')) addpath(genpath('/ligo/svncommon/SusSVN/sus/trunk/BSFM/')) addpath(genpath('/ligo/svncommon/SusSVN/sus/trunk/Common/')) addpath(genpath('/opt/rtcds/lho/h2/userapps/release/sus/h2/models/')) addpath(genpath('/opt/rtcds/lho/h2/userapps/release/sus/h2/common/models/')) cd /ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ clc %addpath(genpath('/ligo/apps/linux-x86_64/mDV/')) true MATLAB icon open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/H1/dtt2mlab/dtt2mlab.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/H1/dtt2mlab/dtt2mlab_func.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/Common/MatlabTools/plotallhsts_tfs.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/Common/MatlabTools/plotallhsts_tfs_H1.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/Common/MatlabTools/plotHSTS_dtttfs.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/Common/MatlabTools/plotallhsts_spectra.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/Common/MatlabTools/plothsts_spectra.m' true MATLAB icon open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/H1/dtt2mlab/dtt2mlab.m' open '/ligo/svncommon/SusSVN/sus/trunk/HSTS/H1/dtt2mlab/dtt2mlab_func.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/damp_itmy.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/undamp_itmy.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/prepare_H2SUSITMY_20110824.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/prepare_H2SUSITMY_20110825_Watchdog.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/prepare_H2SUSITMY_20110909_new_coil_out_filtername.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/quad_dof.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/quad_meas.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/quadSagLevel.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/set_watchdogs.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/set_sus_itmy_watchdogs.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/Scripts/rename_bk_files.m' open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/Common/MatlabTools/make_susquad_projections.m' %open '/ligo/svncommon/SusSVN/sus/trunk/QUAD/H2/ITMY/Common/MatlabTools/plothsts_spectra.m' true Standard icon addpath('/opt/rtcds/userapps/trunk/cds/common/scripts/dtt2mlab/') true Help icon helpview([docroot '/mapfiles/matlab_env.map'], 'matlab_shortcuts'); true