Skip to content

Commit

Permalink
Update analyse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitzasp committed Dec 23, 2024
1 parent 734dc2e commit 9cd81b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrosource/analyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def photometric_calculations(targets, paths, targetRadius, errorReject=0.1, file

except ValueError:
#raise AstrosourceException("No target stars were detected in your dataset. Check your input target(s) RA/Dec")
import traceback; logger.error(traceback.print_exc())
logger.error(traceback.print_exc())
logger.error("This target star was not detected in your dataset. Check your input target(s) RA/Dec")
#logger.info("Rejected Stdev Measurements: : {}".format(stdevReject))
#logger.error("Rejected Error Measurements: : {}".format(starErrorRejCount))
Expand Down

0 comments on commit 9cd81b6

Please sign in to comment.