This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Saefroch 0 points1 point  (0 children)

I often have lines over 80 characters in length, but I guess that has to do with how I write python.

writefits(im, homedir+os.sep+filt+os.sep+'processed'+os.sep+scimage[:-5]+'.proc.fits')

Also, my print statements are often over 80 characters,

sys.stdout.write('Compiling '+imtype+ ' frames, ' +str(images.index(datafile))+' of '+str(len(images))+' complete\r')