Skip to content

Commit

Permalink
remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wbalmer authored Jan 12, 2024
1 parent 63d6a85 commit d4607ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backtracks/backtracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ def __init__(self, target_name: str, candidate_file: str, nearby_window: float =
try:
self.rv_host_method='gaia'
self.radvelo = target_gaia['radial_velocity'][0] # km/s
print(type(self.radvelo))
print(type(target_gaia['radial_velocity'][0]))
print(isinstance(self.radvelo, (int, float)))
self.sig_rv = target_gaia['radial_velocity_error'][0]
if isinstance(self.radvelo, np.ma.core.MaskedConstant):
raise Exception(f"Gaia query of {self.target_name}, e.g. Gaia {self.gaia_release} {self.gaia_id}, returned -- for \'radial_velocity\', indicating that the RV for this object has not been measured by Gaia.")
Expand Down

0 comments on commit d4607ed

Please sign in to comment.