Home | Trees | Indices | Help |
|
---|
|
|
|||
SmartVersion A bit evolved comparison of versions |
|||
MapOverlap Compute some overlap stats from a sequence of binary maps. |
|||
Event Simple class to define properties of an event. |
|||
HarvesterCall | |||
Harvester World domination helper: do whatever it is asked and accumulate results |
|
|||
|
|||
array (len(startpoints) x data.shape[1:]) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Imports: N, re, os, Version, StringType, TupleType, ListType, warning, copy, deepcopy, isSequenceType, debug
|
|
boxlength ). Afterwards a customizable function is applied
to each boxcar individually (Default: averaging).
|
Generates a list of lists containing all combinations of elements of data of length 'n' without repetitions. data: list n: integer This function is adapted from a Java version posted in some forum on the web as an answer to the question 'How can I generate all possible combinations of length n?'. Unfortunately I cannot remember which forum it was. NOTE: implementation is broken for n>2 |
Generator of unique combinations form a list L of objects in groups of size n. # XXX EO: I guess they are already sorted. # XXX EO: It seems to work well for n>20 :) Adopted from Li Daobing http://code.activestate.com/recipes/190465/ (MIT license, according to activestate.com's policy)
|
Find all subsets of data Adopted from Alex Martelli: http://mail.python.org/pipermail/python-list/2001-January/067815.html
|
Find all subsets of data TODO: work out single stable implementation -- probably just by fixing _getUniqueLengthNCombinations_lt3
|
Given a Needed for a cleaner __repr__ output
|
Parameters:
|
For given coord check if it is within a specified volume size. Returns True/False. Assumes that volume coordinates start at 0. No more generalization (arbitrary minimal coord) is done to save on performance |
Convert literal string into a tuple, if possible of ints Tuple of integers constructed by splitting at '.' or interleaves of numerics and alpha numbers |
|
Convert history generated by RFE into the array of binary maps
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:14 2012 | http://epydoc.sourceforge.net |