Todo and idea list broken down by directory

Global
------
- check/update install script
- grep for XXX in all files
- add to pyPI

doc
---
- mention analysis modules in tutorial
- add link to raw data

examples
--------
- examples of spectral analysis (peak picking, lineshape fitting)
- full arrayed experiment processing examples
    - T1 measurements
    - TEDOR fitting
- Linear Prediction examples
- Peak picking, fitting and segmenting examples.

tests
-----
- convert test_pipe_proc.py to nose:
    

nmrglue
-------

    analysis
    --------
    - rework peakpick module for regioning/tabling

    filio
    -----
    - ability to write slices to file in all modules (ala pipe.write_slice3d)
    - global iter3D object
    - rewrite glue module with better dataset wrapping, make test.
    - sparky_nd object?
    - spinev module?
    - simpson module?

    gui
    ---
    - gui module with common gui functions?

    process
    ------
    - test and document proc_lp module and lp/lpc/lp2d in pipe_proc module.
    - glue_proc module?
    - debug XXX in pipe_proc
    - more work on broken tests in test_pipe_proc
    - proc_mem module (Maximum Entropy)?
    - add missing functions in pipe_proc
    - FWHT in proc_base
    - profile processing and optimize


Other thoughts
--------------
- Unix like commands (coadd_pipe, unarray_varian, ...)
