We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05a071 commit 50df915Copy full SHA for 50df915
astroquery/alma/utils.py
@@ -60,8 +60,7 @@ def footprint_to_reg(footprint):
60
reglist = []
61
62
meta = {'source': 1, 'include': 1, 'fixed': 0, 'text': ''}
63
- visual = {'color': 'green', 'dash': '0', 'dashlist': '8 3',
64
- 'font': '"helvetica 10 normal roman"', 'width': '1'}
+ visual = {'color': 'green', 'linestyle': 'solid', 'linewidth': 1.0}
65
66
entries = footprint.split()
67
if entries[0] == 'Circle':
0 commit comments