Welcome to pypet’s documentation!

The new python parameter exploration toolbox. pypet manages exploration of the parameter space and data storage into HDF5 files for you.

IMPORTANT!

The current program is a BETA version, please treat it as such and use very carefully.

Moreover, you WILL NOT be able to use trajectories that were created with the alpha version any more. I am sorry if you have already explored a lot of parameter spaces. If this bugs you a lot, let me know and I’ll take a look whether I could write a converter.

Note that until the 0.1.0 version there still might be some changes to the API. Yet, with 0.1.0 I will guarantee a stable API :-)

If you find some bugs or have some questions feel free to contact me (see below).

Thanks!

Release of the official 0.1.0 version at end of October, beginning of November :-)

Requirements

Python 2.6 or 2.7

  • tables >= 2.3.1
  • pandas >= 0.12.0
  • numpy >= 1.6.1
  • scipy >= 0.9.0

For git integration you additionally need

  • GitPython

Contact

Robert Meyer

robert.meyer (at) ni.tu-berlin.de

Marchstr. 23

MAR 5.046

D-10587 Berlin

Acknowledgments

  • Thanks to Robert Pröpper and Philipp Meier for answering all my Python Questions.

    You might wanna check out their SpykeViewer tool for visualization of MEA recordings and NEO data

  • Thanks to Owen Mackwood for his SNEP toolbox which provided the initial ideas for this project

  • Thanks to the BCCN Berlin, the Research Training Group GRK 1589/1, and the Neural Information Processing Group for support

Tests

Tests can be found in pypet/tests. Note that they involve heavy file IO and it might not be the case that you have privileges on your system to write files to a temporary folder. The tests suite will make use of the tempfile.gettempdir() function to access a temporary folder. You can run all tests with $ python all_tests.py which can also be found under pypet/tests. You can pass additional arguments as $ python all_tests.py -k –folder=’myfolder/’ with -k to keep the hdf5 files created by the tests (if you want to inspect them, otherwise they will be deleted after the completed tests) and –folder= to specify a folder where to store the hdf5 files instead of the temporary one.

Indices and Tables

License

Copyright (c) 2013, Robert Meyer
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

  Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

  Redistributions in binary form must reproduce the above copyright notice, this
  list of conditions and the following disclaimer in the documentation and/or
  other materials provided with the distribution.

  Neither the name of the author nor the names of the contributors
  may not be used to endorse or promote products
  derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.