Re: [Pytables-users] issues modifing table

2010-01-29 Thread Patrick Kilian
Hi, Francesc Alted >> I like pytables a lot this morning it is driving me up the walls. I have >> a file with particles and I want to modify it. I basically want to split >> _some_ of the particles into smaller subparticles. The HDF5 file is >> generated by some other code (written in C++), but I

Re: [Pytables-users] issues modifing table

2010-01-29 Thread Francesc Alted
A Friday 29 January 2010 12:52:01 Francesc Alted escrigué: > I'm attaching a small script showing you how to do what you are trying to > do in an 'pytablish' manner. As you will see, it splits the original > table in one file in two ('slow' and 'fast') in another file. Ooops! I forgot the hand

Re: [Pytables-users] issues modifing table

2010-01-29 Thread Francesc Alted
Hello Patrick, A Friday 29 January 2010 11:03:33 Patrick Kilian escrigué: > Hi all, > > I like pytables a lot this morning it is driving me up the walls. I have > a file with particles and I want to modify it. I basically want to split > _some_ of the particles into smaller subparticles. The HDF5

[Pytables-users] issues modifing table

2010-01-29 Thread Patrick Kilian
Hi all, I like pytables a lot this morning it is driving me up the walls. I have a file with particles and I want to modify it. I basically want to split _some_ of the particles into smaller subparticles. The HDF5 file is generated by some other code (written in C++), but I don't want to use t