Difference between revisions of "Main Page/Research/MSB/Data processing"

From phurvitz
< Main Page‎ | Research‎ | MSB
Jump to: navigation, search
Line 11: Line 11:
  
 
To read MSB files: [[/data processing scripts/read.msb.files.R|read.msb.files.R]]
 
To read MSB files: [[/data processing scripts/read.msb.files.R|read.msb.files.R]]
 +
 +
To remove duplicates in the ''class.csv'' file: [[/data processing scripts/msb_remdupes.pl|msb_remdupes.pl]]
 +
 +
To conflate timestamps between the the phone log file and the MyExperience file: [[/data processing scripts/conflate_timestamp.R|conflate_timestamp.R]]
  
 
==How the hell does it work?==
 
==How the hell does it work?==
 
[[/how it works|how it works]]
 
[[/how it works|how it works]]

Revision as of 21:23, 11 October 2007

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/

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

How the hell does it work?

how it works