Re: [Pytables-users] Storing large images in PyTable

2013-07-04 Thread Anthony Scopatz
On Thu, Jul 4, 2013 at 4:13 PM, Mathieu Dubois duboismathieu_g...@yahoo.frwrote: Hello, I'm a beginner with Pyable. I wanted to store a database in a HDF5 file using PyTable. The DB is made by a CSV file (which contains the subject information) and a lot of images (I work on MRI so the

Re: [Pytables-users] Storing large images in PyTable

2013-07-04 Thread Tim Burgess
Hi Mathieu, As Anthony indicates, it's hard to discern the exact issue when you don't provide much in the way of code to look at. If it helps, here is an example of creating a HDF5 file with a float32 array of the dimensions you specified. The shape value should be a tuple. import numpy as

Re: [Pytables-users] Storing large images in PyTable

2013-07-04 Thread Mathieu Dubois
Le 05/07/2013 00:31, Anthony Scopatz a écrit : On Thu, Jul 4, 2013 at 4:13 PM, Mathieu Dubois duboismathieu_g...@yahoo.fr mailto:duboismathieu_g...@yahoo.fr wrote: Hello, I'm a beginner with Pyable. I wanted to store a database in a HDF5 file using PyTable. The DB is made