Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Roadmap

njvack edited this page Sep 13, 2010 · 1 revision

To-Do

  • Everything will require NumPy and use MaskedArrays
  • Refactor preprocessing and statistics into different code bases
  • Preprocessing operations should include:
    • Masking out-of-bounds data
    • Masking (weighting?) based on speed
    • Smoothing (kalman filter?)
    • Filtering (eg, to remove data between saccades)
    • Blink interpolation
    • Blink detection
  • Unified file format for intermediate steps. Text-only for timeseries data, .npz for collapsed data.
  • Method for specifying statistical models
  • Super-swanky viewer
Clone this wiki locally