-
I have been having this issue recently when trying to download GAIA spectra data. Below is a minimal example of my current code, attempting to get some data for HD 34816.
```
import copy
import a…
-
```[tasklist]
### Tasks
- [x] Página do Schema - (https://gaia.aip.de/metadata/gaiadr3/)
- [x] Página da Tabela DR3 - (https://gaia.aip.de/metadata/gaiadr3/gaia_source/)
- [x] Colunas da Tabela DR3 - …
-
Pegar esses conteúdos com a @gschwend ou o @adrianopieres, exemplo de uso [GAIA](https://gaia.aip.de/metadata/gaiadr3/gaia_source/)
```[tasklist]
### Tasks
- [x] Página do Schema DES DR2 - (https:/…
-
Hi, I'm trying to match two previously uploaded catalogue this way:
radec_mid = SkyCoord(a_mid, d_mid, unit=(u.deg, u.deg))
columns = ['Gmag', 'BP-RP', 'RAJ2000', 'DEJ2000', 'ra', 'dec', '…
-
### What is the problem this feature will solve?
I have some logic that needs to apply proper motion correction, but the input coordinate occasionally has no proper motion.
In the current API, t…
-
It would be nice to look at the possibilities of querying multiple objects at the same time, as doing it sequentially one-by-one has huge overheads when one has thousands of objects. When a module sup…
-
The following code:
```python
from mocpy import MOC
moc = MOC.from_vizier_table('II/355')
moc.save("II_355.fits", format="fits")
moc = MOC.from_vizier_table('WQAZSXCDE.fits')
moc.save("WQA…
-
The contam tool doesn't specify the epoch the contaminant sources' coordinates. Since they are pulled from Gaia EDR3, they are actually 2016 coordinates. Be sure to display this information to the use…
-
It's been discussed internally that having the ability to estimate the number of queries to the Archive (GACS) launched from within GaiaXPy would be desirable.
GaiaXPy interacts with the Archive in…
druzm updated
5 months ago
-
Hello all,
I am trying to download the GDR3 release onto my cluster using flathub, however I keep running into memory issues.
Here's my py code snippet.
```
import flathub
import pandas as pd
…