<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Julien,<div>     Thanks for raising this issue and giving a complete minimum working example.  It would be better posted as an issue on our issue tracker:</div><div><a href="https://github.com/astropy/astroquery/issues/" style="font-family:-webkit-standard">https://github.com/astropy/astroquery/issues</a><br></div><div><br></div><div>That said, I can't reproduce the problem - I get good results with either order.  I suspect you may have a cached query that was bad.  You can try clearing the cache with:</div><div><a href="https://docs.astropy.org/en/stable/api/astropy.utils.data.clear_download_cache.html" style="font-family:-webkit-standard">https://docs.astropy.org/en/stable/api/astropy.utils.data.clear_download_cache.html</a><br></div><div><br></div><div>or by removing files in</div><div>~/.astropy/cache/astroquery/Vizier/<br></div><div>(which is the default cache directory)</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 1, 2020 at 11:22 AM <<a href="mailto:julien.montillaud@univ-fcomte.fr">julien.montillaud@univ-fcomte.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div id="gmail-m_9053222444670299986zimbraEditorContainer" style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><div>Hi, <br></div><div><br></div><div>   I am using astroquery to query Gaia data as follows:<br></div><div><br></div><div><span style="font-family:"lucida console",sans-serif">from astroquery.vizier import Vizier</span><br><span style="font-family:"lucida console",sans-serif">import astropy.coordinates as coord</span><br><span style="font-family:"lucida console",sans-serif">import astropy.units as u</span><br><br></div><div><span style="font-family:"lucida console",sans-serif">v1 = Vizier(columns=['phot_g_mean_mag', 'parallax', 'a_g_val',  'phot_bp_mean_mag', 'phot_rp_mean_mag'])</span><br><span style="font-family:"lucida console",sans-serif">v1.ROW_LIMIT = -1</span><br><br><span style="font-family:"lucida console",sans-serif">c_l, c_b = 298.1, -0.1</span><br><span style="font-family:"lucida console",sans-serif">query_angle = 0.25</span><br><span style="font-family:"lucida console",sans-serif">raw_los2 = v1.query_region(coord.SkyCoord(l=c_l, b=c_b, unit=(u.deg, u.deg), frame="galactic"), radius=query_angle*u.deg, catalog="I/345/gaia2")</span><br><span style="font-family:"lucida console",sans-serif">print(raw_los2)</span><br><br></div><div>With this code, I get:</div><div><span style="font-family:"lucida console",sans-serif">> TableList with 1 tables:</span><br><span style="font-family:"lucida console",sans-serif">>    '0:I/345/gaia2' with 5 column(s) and 69866 row(s)</span> <br><br></div><div>But if I invert the bp and rp bands in the "v1 = ..." line, I get this: </div><div><span style="font-family:"lucida console",sans-serif">> Empty TableList</span><br></div><div><br></div><div>Of course I could just use the order that works, but it depends on the line of sight, so in a loop, sometimes it works, sometimes it does not, and I did not figure out the underlying logic.<br></div><div><br></div><div>Am I doing something wrong or is there something weird here?<br></div><div><br></div><div><br></div><div>Thanks !<br></div><div>Julien<br></div><div><br></div><div><br></div></div></div>_______________________________________________<br>
AstroPy mailing list<br>
<a href="mailto:AstroPy@python.org" target="_blank">AstroPy@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/astropy" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/astropy</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Adam Ginsburg<br>Assistant Professor, Department of Astronomy</div><div>University of Florida, Gainesville</div><div><a href="http://www.adamgginsburg.com/" target="_blank">http://www.adamgginsburg.com/</a></div></div></div></div></div></div></div></div></div></div></div>