From 13661a96ee563351377903378f9852804d3f71bb Mon Sep 17 00:00:00 2001 From: Shannon Osborne Date: Thu, 24 Feb 2022 16:52:55 -0500 Subject: [PATCH] update the default catalog --- fgscountrate/fgs_countrate_core.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fgscountrate/fgs_countrate_core.py b/fgscountrate/fgs_countrate_core.py index e9a5cee..e27ef60 100644 --- a/fgscountrate/fgs_countrate_core.py +++ b/fgscountrate/fgs_countrate_core.py @@ -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 @@ -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: