This module provides I/O classes and routines for Cyclopts-related functionality.
author: | Matthew Gidden <matthew.gidden _at_ gmail.com> |
---|
A Cyclopts Table for generic results.
Parameters: | h5file : PyTables File
path : string
chunksize : int, optional
|
---|
A thin wrapper for a PyTables Table to be used by Cyclopts.
Parameters: | h5file : PyTables File
path : string
dt : np.dtype, optional
chunksize : int, optional
cachesize : int, optional
|
---|
A managing class that performs RAII for its tables by creating them if needed upon acquisition and flushing them upon deletion. Tables can be accessed through the manager by its tables member, which is a dictionary from table names to Table objects.
Parameters: | h5file : PyTables File
tables : list of Tables
|
---|