File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -44,24 +44,13 @@ class ESASkyClass(BaseQuery):
44
44
__FTZ_STRING = ".FTZ"
45
45
__TAR_STRING = ".tar"
46
46
__ALL_STRING = "all"
47
- __CATALOGS_STRING = "catalogs"
48
- __OBSERVATIONS_STRING = "observations"
49
- __SPECTRA_STRING = "spectra"
50
- __MISSION_STRING = "mission"
51
47
__TAP_TABLE_STRING = "table_name"
52
- __TAP_NAME_STRING = "tapName"
53
- __TAP_RA_COLUMN_STRING = "tapRaColumn"
54
- __TAP_DEC_COLUMN_STRING = "tapDecColumn"
55
- __METADATA_STRING = "metadata"
56
48
__PRODUCT_URL_STRING = "product_url"
57
49
__EROSITA_PRODUCT_URL_STRING = "prod_url"
58
50
__ACCESS_URL_STRING = "access_url"
59
- __USE_INTERSECT_STRING = "useIntersectPolygonInsteadOfContainsPoint"
60
51
__ZERO_ARCMIN_STRING = "0 arcmin"
61
52
__MIN_RADIUS_CATALOG_DEG = Angle (5 * u .arcsec ).to_value (u .deg )
62
-
63
53
__HERSCHEL_STRING = 'herschel'
64
- __HST_STRING = 'hst'
65
54
66
55
__HERSCHEL_FILTERS = {
67
56
'psw' : '250' ,
You can’t perform that action at this time.
0 commit comments