Operating Instructions for ATM systems
================================================================================================
ATM:
Pre-flight
1) Mount drives:
a) su (password = aol*10)
b) nmountup
3) Double-click "ATM4 Adjustable" on desktop
4) Check drive volume on gui and Options > Data > Locations...
5) Check for PPS, GPS position, Attitude (if applicable)
6) Start chiller and make sure it gets to 47.0C
7) Start up laser controller, and press clear button clear QSWITCH FAULT after ~3min
8) Start data collection:
a) Start up SCANNER power supply on left of rack, slowly spin up to ~15Hz
b) Press SHUTTER and EMISSION buttons on laser controller
c) Press "Start Data" button in software when ready to collect data
Post-flight
1) Stop data collection:
a) Press "Stop Data" button in software
b) Press SHUTTER and EMISSION buttons on laser controller to stop
c) Slowly spin down the SCANNER power supply to 0V, then power off
2) Use terminal to move data to date folder:
a) cd to /data/2014_T4A/atm4bT4_data
b) ls to make sure lwr files are present
c) mkdir YYYYMMDD
d) mv YYYYMMDD*.lwr YYYYMMDD/
e) cd to /data/2014_T4B/atm4bT4_data and repeat b) through d)
3) Power off computer and remove 2014_T4A drive to copy over onto muskox
Archive
1) Plug in 2014_T4A drive to Muskox using eSATA & power cables
2) sudo blkid (find device with label "2014_T4A"
3) sudo mount /dev/sd?1 /data/temp
4) rsync -Pav /data/temp/atm4bT4/201404* /data/raw_data_5/atm4bT4_data/
5) df -h (check /data/temp for enough free space for next flight >40GB)
6) sudo umount /data/temp
7) Unplug drive from Muskox
================================================================================================
uATM:
Pre-flight
1) Make sure drive 1 is replaced from previous flight
2) Power up uATM computer
3) Ssh into uaATM computer and prepare for logging:
a) ssh uatm@10.1.1.200
b) df -h (check for sufficient room on "/" for upcoming mission, ~60GB)
b) ./runme.sh (enter password, ERROR message is Ok)
c) ./uatm_working
Post-flight
1) Ctrl-C to stop logging
2) Check data and poweroff:
a) cd /data/
b) Make sure data exists from flight
c) mkdir YYYYMMDD
d) mv YYYYMMDD*.lwr2 YYYYMMDD/
e) sudo poweroff
3) Unlock and remove drive in bay 1
Archive
1) Plug in uATM boot drive
2) sudo fdisk -l and look for 240GB drive
3) sudo mount /dev/sd?1 /data/temp
4) rsync -Pav /data/temp/data/YYYYMMDD /data/raw_data_5/atm5aT3_data/
5) Remove all other days from /data/temp/data/ except for today
6) sudo umount /data/temp
7) Unplug drive