Skip to content

Commit

Permalink
chnage camera
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeana committed Jun 28, 2022
1 parent 1196824 commit 0c584d8
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion AWGCommandScripts/WindowsScripts/AWGCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import sys
import subprocess

arg_message = sys.argv[1]
# Example command: python AWGCommand.py start 140

arg_message = sys.argv[1]

if len(sys.argv)>2:
freq = sys.argv[2]
Expand Down
Binary file modified flir_repo/flir/__pycache__/driver.cpython-38.pyc
Binary file not shown.
5 changes: 3 additions & 2 deletions flir_repo/flir/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def __init__(self):
# try:

# Set camera serial numbers
serial_1 = '20409335' #'20409335' # abs camera (286 was the original abs camera (the one Karl is currently using for fluorescence imaging) and 335 is the new one (the one we tried to do abs. imaging of Lithium with)) , 20343286 for 1st

serial_1 = '20343286' # currently replacing Andor
#serial_1 = '20409335' # diagonal flourescence (on stage carriage)

# Get system
self.system = PySpin.System.GetInstance()

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
2 changes: 1 addition & 1 deletion picomotor_repo/picomotor/aqctl_picomotor.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
# if args.device is None:
# print("Starting in Simulation mode...")
# dev = andor(args.device if not args.simulation else None)
dev = picomotor("COM3")
dev = picomotor("COM4")
#asyncio.get_event_loop().run_until_complete(dev.setup())
try:
print("picomotor server startup on port",args.port,"successful...")
Expand Down

0 comments on commit 0c584d8

Please sign in to comment.