download_files_gemini

ndmapper.services.download_files_gemini(filenames, dirname='')[source] [edit on github]

Query the Gemini science archive for the named input files and download them to the specified directory, skipping any that already exist there.

User authentication is not supported yet (ie. can’t get proprietary data).

Parameters:

filenames : list of str

The names of the files to request from the server. Any that are already present in dirname will be ignored.

dirname : str, optional

The (absolute or relative) directory path in which to place the files.