Hey guys,

Sorry for being such a noob with this stuff and the language is hard for me to 
read through with the online manuals...  i can do math speak, and science 
speak... not so much programming/code speak... so when you say pickle... i 
think food....


Anyways,

I have an array and I want to turn it into a new array.   where


nlines = 188
new_array=n.array(nlines)

for i in arange(nlines):

#####   and here i want to tell it to read old_array and take  n  data points  
where new_n=1.1**old_n ... take the mean of those data points and put them in 
the first spot in the array....    then loop through with until the array is 
full?      If it doesn't make sense, i can try to clarify some more... 


Thanks, you guys are life savers,
hi
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to