Skip to content

Commit 5b1e497

Browse files
committed
Relax format specification to all fits
1 parent b95649c commit 5b1e497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • jdaviz/core/loaders/resolvers/virtual_observatory

jdaviz/core/loaders/resolvers/virtual_observatory/vo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def query_archive(self):
223223
else None
224224
)
225225
},
226-
format="image/fits",
226+
format="fits",
227227
)
228228
except DALQueryError as e:
229229
# We've run into issues where the service assumes a FORMAT and injects it for us.

0 commit comments

Comments
 (0)