Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
emellega committed Sep 27, 2024
1 parent ee5df5e commit 2bbe42c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions astroquery/esasky/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,12 @@ class ESASkyClass(BaseQuery):
__FTZ_STRING = ".FTZ"
__TAR_STRING = ".tar"
__ALL_STRING = "all"
__CATALOGS_STRING = "catalogs"
__OBSERVATIONS_STRING = "observations"
__SPECTRA_STRING = "spectra"
__MISSION_STRING = "mission"
__TAP_TABLE_STRING = "table_name"
__TAP_NAME_STRING = "tapName"
__TAP_RA_COLUMN_STRING = "tapRaColumn"
__TAP_DEC_COLUMN_STRING = "tapDecColumn"
__METADATA_STRING = "metadata"
__PRODUCT_URL_STRING = "product_url"
__ACCESS_URL_STRING = "access_url"
__USE_INTERSECT_STRING = "useIntersectPolygonInsteadOfContainsPoint"
__ZERO_ARCMIN_STRING = "0 arcmin"
__MIN_RADIUS_CATALOG_DEG = Angle(5 * u.arcsec).to_value(u.deg)

__HERSCHEL_STRING = 'herschel'
__HST_STRING = 'hst'

__HERSCHEL_FILTERS = {
'psw': '250',
Expand Down

0 comments on commit 2bbe42c

Please sign in to comment.