Skip to content

Commit

Permalink
isprimary doesn't exist in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
SunilSimha committed Nov 15, 2023
1 parent f9b9318 commit 838a61f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frb/surveys/hsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def get_catalog(self, query_fields=None, query=None, max_time=120,
if iswide:
query += f"FULL OUTER JOIN {query_table.split('.')[0]}.photoz_{photoz_table} USING (object_id)"
query += "WHERE\n"
if iswide:
query += 'isprimary \n'
query += 'AND '
query += f"conesearch(coord, {self.coord.ra.value}, {self.coord.dec.value}, {self.radius.to('arcsec').value})"

if print_query:
Expand Down

0 comments on commit 838a61f

Please sign in to comment.