Current/old design has specific layouts: RawData, PrepData, RawNotchedData. Let's get rid of this entirely and switch to simpler data types that are just collections and counts of a single type. We'll still use strings to describe them, with format: type_count where type is "uint16", "float32", or "float64", and count is an integer. nilmdb.layout.named() will parse these strings into the appropriate handlers. For compatibility: "RawData" == "uint16_6" "RawNotchedData" == "uint16_9" "PrepData" == "float32_8" git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10981 ddd99763-3ecb-0310-9145-efcb8ce7c51f |
||
---|---|---|
.. | ||
data | ||
aplotter.py | ||
test_client.py | ||
test_cmdline.py | ||
test_helpers.py | ||
test_interval.py | ||
test_iteratorizer.py | ||
test_layout.py | ||
test_nilmdb.py | ||
test_printf.py | ||
test_serializer.py | ||
test_timestamper.py |