================================================================================================
CAMBOT:
Pre-flight
1) Computer will boot up with the UPS (who knows why there isn't a power button on it)
2) Power on the right power supply in the T4 rack and set to 22V, to power camera
3) Ssh into cambot computer and startup camera:
a) ssh intense@10.1.1.183
b) df -h (to check for enough room on /media/APPLANIX1, need about ~220GB for 8hrs)
c) Software will log to /media/APPLANIX1/cambot/ if it exists, otherwise reverts to /camera/
d) make changes to /camera/camera.config, if needed
e) type camera.py
Post-flight
1) Ctrl-C out of the camera.py program
2) Turn off the right power supply in the T4 rack
3) Ensure data directory logged properly, or copy the folder (in /camera/) to the external harddrive
4) Power off cambot computer
5) Remove external hard drive from cambot
Archive
1) Plug in USB3 harddrive (should automount as /media/labadmin/APPLANIX1)
2) rsync -Pav /media/labadmin/APPLANIX1/cambot/2014* /data/raw_data_6/cambot/
3) Remove all other days from /media/labadmin/APPLANIX1/cambot/ except today
4) sudo umount /media/labadmin/APPLANIX1
5) Unplug drive