Skip to content

Commit d74a372

Browse files
aaa
1 parent f693783 commit d74a372

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xga/sources/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def __init__(self, ra: float, dec: float, redshift: float = None, name: str = No
147147
this will also be treated as False. If 'load_products' is True and this is False, then images, exposure
148148
maps, and lightcurves will be loaded, but spectra will not. Default is True.
149149
"""
150-
150+
print('sanity')
151151
# This checks whether the overall source being declared is a NullSource - if it is that will affect the
152152
# behaviour of this init in some significant ways
153153
if type(self) == NullSource:
@@ -185,6 +185,7 @@ def __init__(self, ra: float, dec: float, redshift: float = None, name: str = No
185185
# matching ObsIDs (for the first return, matches), or completely blacklisted (observations with SOME
186186
# blacklisted instruments aren't included in this) ObsIDs (the second return).
187187
if not null_source:
188+
print('running match')
188189
matches, excluded = separation_match(ra, dec, search_distance, telescope)
189190
else:
190191
# If we are declaring a NullSource, then the RA and Dec are going to be NaN - and we want to use the

0 commit comments

Comments
 (0)