Re: Arquivo .dat

2010-06-15 Thread Waleria
can anyone help me? On 14 jun, 15:45, Waleria wrote: > I need to save the values of f in a columm and the values of Sfase in > a other columm for de > exemple:http://www.srl.caltech.edu/~shane/sensitivity/asteroids/scg_8564.dat > > On 14 jun, 15:20, Waleria wrote: > > > look my code:http://

Re: Arquivo .dat

2010-06-14 Thread Waleria
I need to save the values of f in a columm and the values of Sfase in a other columm for de exemple: http://www.srl.caltech.edu/~shane/sensitivity/asteroids/scg_8564.dat On 14 jun, 15:20, Waleria wrote: > look my code:http://paste.pocoo.org/show/225383/ > > f is f = xrange(3000,3400) > and S

Re: Arquivo .dat

2010-06-14 Thread Waleria
look my code: http://paste.pocoo.org/show/225383/ f is f = xrange(3000,3400) and Sfase are the values of function ..for each value of "f" against a value for "Sfase" Dou you understand? On 14 jun, 15:08, Daniel Roseman wrote: > On Jun 14, 5:05 pm, Waleria wrote: > > > > > Hello, > > > I ne

Re: Arquivo .dat

2010-06-14 Thread Daniel Roseman
On Jun 14, 5:05 pm, Waleria wrote: > Hello, > > I need to leave a file tabbed, like this: > > http://www.srl.caltech.edu/~shane/sensitivity/asteroids/scg_8564.dat > > Following piece of my code that does this: > > savefig('C:\simuladores\detector\media\imagem.png') > writer = csv.writer(open('C:\s

Arquivo .dat

2010-06-14 Thread Waleria
Hello, I need to leave a file tabbed, like this: http://www.srl.caltech.edu/~shane/sensitivity/asteroids/scg_8564.dat Following piece of my code that does this: savefig('C:\simuladores\detector\media\imagem.png') writer = csv.writer(open('C:\simuladores\detector\media \dados.dat','wb')) for v1,