Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into prospector
Browse files Browse the repository at this point in the history
  • Loading branch information
muethela committed Jul 7, 2023
2 parents 0a47dc9 + 24546c2 commit b9fc2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ Alexandra Mannings,
Casey Law
and others

For Setup and installations please see the documentation in [/docs](https://github.com/FRBs/FRB/tree/chime/docs)


[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3403651.svg)](https://doi.org/10.5281/zenodo.3403651)
1 change: 1 addition & 0 deletions frb/surveys/dlsurvey.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def _gen_cat_query(self,query_fields=None, qtype='main'):
assert isinstance(query_fields, list), "query_fields must be a list"
query_fields = np.union1d(self.default_query_fields, query_fields)
database = self.database
else:
raise IOError("Bad qtype")

self.query = _default_query_str(query_fields, database,self.coord,self.radius)
Expand Down

0 comments on commit b9fc2d0

Please sign in to comment.