Guest User

Untitled

a guest
Jan 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. writefile = open(filename2, "w")
  2.  
  3.  
  4. for i in range(len(starnum)):
  5.             writefile.write("%s %s %s %s %s %s %s %s %s %s %s %s  \n" %(imagename[i], starnum[i], bad_points[i], prof_phot[i], prof_phot_err[i], apt_phot[i], apt_phot_err[i], loc_background[i], some_chi2[i], some_corr[i], chi2_psf_fit[i], FWHM[i]))
  6.  
  7.  
  8. writefile.close()
Add Comment
Please, Sign In to add comment