Skip to content

Commit a146a85

Browse files
committed
adding access_url as a default column to run the spectra conversion on
1 parent 1bcb078 commit a146a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrodbkit2/astrodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def pandas(self, spectra=None, spectra_format=None, **kwargs):
108108

109109
return df
110110

111-
def spectra(self, spectra=['spectrum'], fmt='astropy', **kwargs):
111+
def spectra(self, spectra=['spectrum', 'access_url'], fmt='astropy', **kwargs):
112112
"""
113113
Convenience method fo that uses default column name for spectra conversion
114114

0 commit comments

Comments
 (0)