fixed bugs associated with saving RA and Dec

This commit is contained in:
P.M. Sutter 2012-11-17 13:01:39 -06:00
parent 10dfe29a26
commit 90964d2be3
6 changed files with 23 additions and 25 deletions

View file

@ -297,12 +297,8 @@ def launchPrune(sample, binPath, thisDataPortion=None,
cmd += " >& " + logFile
os.system(cmd)
<<<<<<< HEAD
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or \
jobSuccessful(logFile, "Done!"):
=======
if jobSuccessful(logFile, "NetCDF: Not a valid ID\n") or jobSuccessful(logFile, "Done!\n"):
>>>>>>> 3d6fae9882fde44515a59e1144646d77bbd1a124
jobSuccessful(logFile, "Done!\n"):
print "done"
else:
print "FAILED!"