Changes between Version 1 and Version 2 of DatabaseArrayBlobs
- Timestamp:
- Oct 3, 2012, 3:12:10 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseArrayBlobs
v1 v2 3 3 Some of our arrays (e.g. the ppms, areas and phases arrays in the simulations 4 4 table) are stored as SQLite BLOBs. The BLOBs are written in a language-neutral 5 format, meaning that you don't need Python to read them. This document6 describes the format in which they're read and written.5 format, meaning that you can read them not only with Python, but with C, 6 C++, Perl, etc. This document describes the format in which they're read and written. 7 7 8 8 In this context, "array" always means "numpy array".