Skip to content

Commit

Permalink
Removing unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Jan 28, 2025
1 parent 1f7d6af commit f1b589a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/ts/observatory/control/base_tcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1710,10 +1710,8 @@ async def find_target_simbad(
if result_table is None or len(result_table) == 0:
raise RuntimeError(f"No results found for region around {radec}.")

# Sort by V magnitude
result_table.sort("V")

# Pick the first (brightest) match
target_ident_id = str(result_table["id"][0])

radec_icrs = ICRS(
Expand Down

0 comments on commit f1b589a

Please sign in to comment.