-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Using MontagePy with python 3.11 here.
Issuing the call
rtn = mArchiveList("SDSS g","195.79681 -0.759085",0.05,"remote.tbl")
produces remote tbl format which appears as:
This seems to provide the necessary url to then call with mArchiveExec to download these data, but the formatting looks incorrect and the call to mArchiveExec fails with error:
{'status': '1', 'msg': b"Table remote.tbl needs column 'URL' or 'url' and can optionally have columns 'fname'/'file' and pixel ranges 'imin'..'jmax'"} which seems sensible considering the column headers.
I was expecting the format with column headers with 'URL', but mArchiveList doesn't write the table in this way ? The examples do show a different format for the call to mArchive List (https://github.com/Caltech-IPAC/MontageNotebooks/blob/main/mArchiveList.ipynb). Has there been a substantial change to MontagePy.mArchiveList? Thoughts?