Skip to content

Commit

Permalink
Added a TODO partially made my way through agnosticing matching
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidT3 committed Oct 4, 2023
1 parent c9fb519 commit a586448
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xga/sourcetools/match.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This code is a part of X-ray: Generate and Analyse (XGA), a module designed for the XMM Cluster Survey (XCS).
# Last modified by David J Turner (turne540@msu.edu) 22/09/2023, 17:01. Copyright (c) The Contributors
# Last modified by David J Turner (turne540@msu.edu) 04/10/2023, 11:13. Copyright (c) The Contributors
import gc
import os
from copy import deepcopy
Expand Down Expand Up @@ -375,6 +375,8 @@ def seperation_match(src_ra: Union[float, np.ndarray], src_dec: Union[float, np.
warn("Some requested telescopes are not currently set up with XGA; {}".format(", ".join(which_bad)),
stacklevel=2)

# TODO I think the telescope checking should be in, just need to do the rest of the function

# Extract the search distance as a float, specifically in degrees
rad = distance.to('deg').value

Expand Down

0 comments on commit a586448

Please sign in to comment.