Skip to content

Commit 1419678

Browse files
committed
NIST: Fetch optional parameter g from the database
1 parent 1c6b7bf commit 1419678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/nist/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def _args_to_payload(self, *args, **kwargs):
120120
request_payload["term_out"] = "on"
121121
request_payload["enrg_out"] = "on"
122122
request_payload["J_out"] = "on"
123+
request_payload["g_out"] = "on"
123124
request_payload["page_size"] = 15
124125
request_payload["remove_js"] = "on"
125126
request_payload["show_wn"] = 1

0 commit comments

Comments
 (0)