mArchiveGet

montage_wrapper.commands.mArchiveGet(remote_ref, local_file, debug=False, raw=False)[source]

Retrieve a single FITS image from a remote archive, using a basic URL GET but with a structured output.

Parameters :

remote_ref : str

URL of remote FITS file to retrieve (should be in quotes). See mArchiveList for more information.

local_file : str

Full path/filename of the retrieved file.

debug : bool, optional

Print additional debugging information.

raw : bool, optional

“Raw” mode - use a raw HTTP GET (no “HTTP/1.1” etc in the header); necessary for communication with some servers.

Page Contents