added data for future benchmarking
This commit is contained in:
parent
01e2dc5cc3
commit
307c55f881
1
.gitignore
vendored
1
.gitignore
vendored
@ -160,4 +160,3 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
4XMM_slim_DR13cat_v1.0.csv.gz
|
||||
|
BIN
gaiaapiclient/data/4XMM_slim_DR13cat_v1.0.csv.gz
Normal file
BIN
gaiaapiclient/data/4XMM_slim_DR13cat_v1.0.csv.gz
Normal file
Binary file not shown.
@ -17,7 +17,8 @@
|
||||
"source": [
|
||||
"ra=61.1\n",
|
||||
"dec=16.3\n",
|
||||
"radius=0.01"
|
||||
"radius=0.01\n",
|
||||
"order='nested'"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -34,7 +35,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"results=query(ra,dec,radius)\n",
|
||||
"results=query(ra,dec,radius,order)\n",
|
||||
"print(results)"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user