Skip to content

Commit 0068d25

Browse files
committed
fix query for DR8
1 parent eecdfd6 commit 0068d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def get_spectra_async(self, coordinates=None, radius=2. * u.arcsec,
555555

556556
if not matches:
557557
request_payload = self._args_to_payload(
558-
specobj_fields=['instrument', 'run2d', 'plate',
558+
specobj_fields=['run2d', 'plate',
559559
'mjd', 'fiberID'],
560560
coordinates=coordinates, radius=radius, spectro=True,
561561
plate=plate, mjd=mjd, fiberID=fiberID,

0 commit comments

Comments
 (0)