Skip to content

mArchiveList format? #78

@mjrutkowski

Description

@mjrutkowski

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:

Screenshot 2024-11-12 at 1 27 26 PM

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions