pyspi.io.get_files module

pyspi.io.get_files.create_file_structure(pointing_id)[source]

Create the file structure to save the datafiles :param pointing_id: Id of pointing e.g. ‘180100610010’ as string! :return:

pyspi.io.get_files.get_and_save_file(extension, pointing_id, access='isdc')[source]

Function to get and save a file located at file_path to file_save_path :param extension: File name you want to download :param pointing_id: The id of the pointing :param access: How to get the data. Possible are “isdc” and “afs” :return:

pyspi.io.get_files.get_files(pointing_id, access='isdc')[source]

Function to get the needed files for a certain pointing_id and save them in the correct folders. :param pointing_id: Id of pointing e.g. ‘180100610010’ as string or int :param access: How to get the data. Possible are “isdc” and “afs” :return: