From ebf82b763b60ed9c179c921064db0ea03e72333c Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Tue, 2 Dec 2014 11:29:31 +0100 Subject: [PATCH 1/2] add AV as a default kwd (should ev be removed?) --- astroquery/besancon/core.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astroquery/besancon/core.py b/astroquery/besancon/core.py index 15f6cfc0bd..22a1d1e563 100644 --- a/astroquery/besancon/core.py +++ b/astroquery/besancon/core.py @@ -36,8 +36,9 @@ 'abm': 59.00, 'db': 0, 'adif': 0.700, - 'ev':[""] * 25, - 'di':[""] * 25, + 'ev':[""] * 24, + 'AV':[""] * 24, + 'di':[""] * 24, 'oo':[-7] + [-99] * 12, 'ff':[15] + [99] * 12, 'spectyp_min':1, From bc7c2114fbce52633752c8ecba7cc4ba541f8482 Mon Sep 17 00:00:00 2001 From: Adam Ginsburg Date: Thu, 5 Feb 2015 16:07:41 +0100 Subject: [PATCH 2/2] I picked the wrong thing in the last merge: there are 25 ev, av, di - not 24 --- astroquery/besancon/core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astroquery/besancon/core.py b/astroquery/besancon/core.py index 22a1d1e563..0f823eec98 100644 --- a/astroquery/besancon/core.py +++ b/astroquery/besancon/core.py @@ -36,9 +36,9 @@ 'abm': 59.00, 'db': 0, 'adif': 0.700, - 'ev':[""] * 24, - 'AV':[""] * 24, - 'di':[""] * 24, + 'ev':[""] * 25, + 'AV':[""] * 25, + 'di':[""] * 25, 'oo':[-7] + [-99] * 12, 'ff':[15] + [99] * 12, 'spectyp_min':1,