Main Page/Research/MSB/Data processing
From phurvitz
< Main Page | Research | MSB
Revision as of 03:03, 24 October 2007 by Phil Hurvitz (talk | contribs)
Contents
Jonathan's processing stuff
Job submit: http://ubi.cs.washington.edu/infrastructure/submitJob_phurvitz.html
Job status: http://ubi.cs.washington.edu/assist/index.php/Job_Status
Output data: http://www.cs.washington.edu/research/projects/ubicomp3/phurvitz/gis.washington.edu/phurvitz/msb/data/
Pushing files
use rsync: e.g., to copy from the SD card to the HD
rsync -riv --size-only /cygdrive/g/msp-data/ /cygdrive/c/users/phurvitz/htdocs/phurvitz/msb/data/pmh04_20071012/
e.g., to copy from the HD to the web server
rsync -riv --size-only /cygdrive/c/users/phurvitz/htdocs/phurvitz/msb/data/pmh04_20071012/ /cygdrive/p/public_html/msb/data/pmh04_20071012/
Data processing scripts
To download MSB files: msb.get.data.pl
To read MSB files: read.msb.files.R
To remove duplicates in the class.csv file: msb_remdupes.pl
To conflate timestamps between the the phone log file and the MyExperience file: conflate_timestamp.R