Skip to content

Commit

Permalink
Merge pull request #24 from shanosborne/fix-default-catalog
Browse files Browse the repository at this point in the history
Fix the default catalog
  • Loading branch information
shanosborne authored Feb 24, 2022
2 parents 5da0f54 + 13661a9 commit 2525b2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fgscountrate/fgs_countrate_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def query_fgs_countrate_magnitude(self, catalog=None, data_frame=None):
Parameters
----------
catalog : str, Optional
There are 5 different GSC2 versions available. Default is GSC 2.4.2
There are different GSC2 versions available. Default is GSC 2.4.2.1
Call GSC241 to access GSC2.4.1
Call GSC242 to access GSC2.4.2
data_frame : Pandas dataframe, optional
Expand All @@ -107,8 +107,6 @@ def query_fgs_countrate_magnitude(self, catalog=None, data_frame=None):
fgs_magnitude_err : float
Error of the FGS magnitude
"""
if catalog is None:
catalog = 'GSC242'

# Query GSC to get data on the guide star
if data_frame is None:
Expand Down

0 comments on commit 2525b2d

Please sign in to comment.