You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/esa/euclid/euclid.rst
+10-59Lines changed: 10 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,6 @@ ESA EUCLID TAP+ server provides two access modes: public and authenticated:
63
63
64
64
* ADQL queries and results are saved in a user private area.
65
65
66
-
* Cross-match operations: a catalog cross-match operation can be executed.
67
-
Cross-match operations results are saved in a user private area.
68
-
69
66
* Persistence of uploaded tables: a user can upload a table in a private space.
70
67
These tables can be used in queries as well as in cross-matches operations.
71
68
@@ -109,8 +106,8 @@ observations), the next campaign shall be run in March-April 2025.
109
106
opened on the 6th of November 2024, with a first pass on the three Euclid deep fields (EDFN, EDFS and EDFF) as well as
110
107
observations on the Lynds Dark Nebula LDN1641.
111
108
112
-
4. The PDR (Public Data Release) environment of the Euclid science archive holds the public data. Euclid Q1 data will be publicly released on March 19,
113
-
2025. The main component of the Q1 data shall contain Level 2 data of a single visit (at the depth of the Euclid Wide
109
+
4. The PDR (Public Data Release) environment of the Euclid science archive holds the public data. Euclid Q1 data was publicly released on March 19,
110
+
2025. The main component of the Q1 data contains Level 2 data of a single visit (at the depth of the Euclid Wide
114
111
Survey) over the Euclid Deep Fields (EDFs): 20 deg\ :sup:`2` of the EDF North, 10 deg\ :sup:`2` of EDF Fornax, and
115
112
23 deg\ :sup:`2` of the EDF South. The deep fields will be visited multiple times during the mission.
116
113
@@ -1031,60 +1028,14 @@ We can type the following:
1031
1028
Table 'user_joe.table' updated.
1032
1029
1033
1030
1034
-
2.8. Cross match
1035
-
^^^^^^^^^^^^^^^^
1036
-
1037
-
It is possible to run a geometric cross-match between the ra/dec coordinates of two tables
1038
-
using the crossmatch function provided by the archive. In order to do so, the user must be
1039
-
logged in. This is required because the cross match operation will generate a join table
1040
-
in the user private area. That table contains the identifiers of both tables and the separation,
1041
-
in degrees, between ra/dec coordinates of each source in the first table and its associated
1042
-
source in the second table. Later, the table can be used to obtain the actual data from both tables.
1043
-
1044
-
In order to perform a cross match, both tables must have defined RA and Dec columns
1045
-
(ra/dec column flags must be set: see previous section to know how to assign those flags).
1046
-
1047
-
The following example uploads a table and then, the table is used in a cross match:
0 commit comments