astromodule.io#

Input/Output operations

Functions

batch_download_file(urls, save_path[, ...])

compress_fits(file[, compress_type, ...])

download_file(url, save_path[, replace, ...])

merge_pdf(pdfs, output_path)

Merge a sequence of pdf files into one single file

parallel_function_executor(func[, params, ...])

read_image(path)

Load image from local storage to numpy array.

read_table(path[, fmt, columns, low_memory, ...])

This function tries to detect the table type comparing the file extension and returns a pandas dataframe of the loaded table.

write_image(data, path)

write_table(data, path[, fmt])