File tree Expand file tree Collapse file tree 1 file changed +95
-0
lines changed
astroquery/utils/tap/tests/data/test_upload_file Expand file tree Collapse file tree 1 file changed +95
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "VOTABLE" : {
3
+ "RESOURCE" : {
4
+ "INFO" : [
5
+ {
6
+ "_name" : " QUERY_STATUS" ,
7
+ "_value" : " OK"
8
+ },
9
+ {
10
+ "_name" : " QUERY" ,
11
+ "_value" : " SELECT TOP 20 * FROM user_jferna01.my_votable_fits " ,
12
+ "__cdata" : " SELECT TOP 20 *\n FROM user_jferna01.my_votable_fits "
13
+ },
14
+ {
15
+ "_name" : " CAPTION" ,
16
+ "_value" : " How to cite and acknowledge Gaia: https://gea.esac.esa.int/archive/documentation/credits.html" ,
17
+ "__cdata" : " How to cite and acknowledge Gaia: https://gea.esac.esa.int/archive/documentation/credits.html"
18
+ },
19
+ {
20
+ "_name" : " CITATION" ,
21
+ "_value" : " How to cite and acknowledge Gaia: https://gea.esac.esa.int/archive/documentation/credits.html" ,
22
+ "_ucd" : " meta.bib" ,
23
+ "__cdata" : " How to cite and acknowledge Gaia: https://gea.esac.esa.int/archive/documentation/credits.html"
24
+ },
25
+ {
26
+ "_name" : " PAGE" ,
27
+ "_value" : " "
28
+ },
29
+ {
30
+ "_name" : " PAGE_SIZE" ,
31
+ "_value" : " "
32
+ },
33
+ {
34
+ "_name" : " JOBID" ,
35
+ "_value" : " 1744360074103O" ,
36
+ "__cdata" : " 1744360074103O"
37
+ },
38
+ {
39
+ "_name" : " JOBNAME" ,
40
+ "_value" : " "
41
+ }
42
+ ],
43
+ "TABLE" : {
44
+ "FIELD" : [
45
+ {
46
+ "DESCRIPTION" : " Object Identifier" ,
47
+ "_datatype" : " int" ,
48
+ "_name" : " my_votable_fits_oid"
49
+ },
50
+ {
51
+ "_datatype" : " long" ,
52
+ "_name" : " source_id"
53
+ },
54
+ {
55
+ "_datatype" : " double" ,
56
+ "_name" : " ra" ,
57
+ "_unit" : " deg"
58
+ },
59
+ {
60
+ "_datatype" : " double" ,
61
+ "_name" : " dec" ,
62
+ "_unit" : " deg"
63
+ }
64
+ ],
65
+ "DATA" : {
66
+ "TABLEDATA" : {
67
+ "TR" : [
68
+ {
69
+ "TD" : [
70
+ " 1" ,
71
+ " 3834447128563320320" ,
72
+ " 149.8678677871318" ,
73
+ " 1.12773018116361"
74
+ ]
75
+ },
76
+ {
77
+ "TD" : [
78
+ " 2" ,
79
+ " 3834447162923057280" ,
80
+ " 149.8953864417848" ,
81
+ " 1.1345712682426434"
82
+ ]
83
+ }
84
+ ]
85
+ }
86
+ }
87
+ },
88
+ "_type" : " results"
89
+ },
90
+ "_version" : " 1.4" ,
91
+ "_xmlns" : " http://www.ivoa.net/xml/VOTable/v1.3" ,
92
+ "_xmlns:xsi" : " http://www.w3.org/2001/XMLSchema-instance" ,
93
+ "_xsi:schemaLocation" : " http://www.ivoa.net/xml/VOTable/v1.3 http://www.ivoa.net/xml/VOTable/votable-1.4.xsd"
94
+ }
95
+ }
You can’t perform that action at this time.
0 commit comments