Adjust analyze_all to work with missing data['raw'] or data['processed'].
authorW. Trevor King <wking@tremily.us>
Fri, 11 May 2012 14:49:46 +0000 (10:49 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 11 May 2012 14:49:46 +0000 (10:49 -0400)
commit5c72a9ab2ef1d38a9351370cf1b678a2e1caaba8
tree690008cbaab00f99f945cedbdb2690dc5cad3463
parent8f6bf16ae1306bcf96aed0678b4847a21feeca31
Adjust analyze_all to work with missing data['raw'] or data['processed'].

This is especially useful for analyzing data where the initial
analysis crashed for some reason, but and you want to re-analyze after
you fixed the bug.
calibcant/analyze.py