// // PgmDefault.txt // This is the program that is run by Master // Use OVERLAY to insert your own script to be run // custom root directory for Keo scripts dirKeoScripts = "C:\\KeoScripts\\" // // Master script // OVERLAY dirKeoScripts + "Keo_PgmDefault" // // Test scripts // //OVERLAY (dirKeoScripts + "Testing\\testUSBShutter") // OVERLAY (dirKeoScripts + "Testing\\testObservatory") //OVERLAY (dirKeoScripts + "Testing\\testCamera") //OVERLAY (dirKeoScripts + "Testing\\Keo_RingCentering") //OVERLAY dirKeoScripts + "MV_FW_2"