mauriceling / dose

Digital Organism Simulation Environment (DOSE)
https://github.com/mauriceling/dose/wiki
GNU General Public License v3.0
47 stars 34 forks source link

extract() support methods #56

Closed clarencecastillo closed 11 years ago

clarencecastillo commented 11 years ago

To aid in future data analyses, there should be a function to help the user extract a specific set of information from the database.

mauriceling commented 11 years ago

Implemented the following functions (in database_calls.py)

Examples of use in examples/07_logging_database_extraction.py