Menu

Python Sparse data Analysis Package

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class pysap.base.loaders.fits.FITS[source]

Define the Fits loader.

load(path)[source]

A method that load the image data and associated metadata.

Parameters

path : str

the path to the image to be loaded.

Returns

image : Image

the loaded image.

save(image, outpath, clobber=True)[source]

A method that save the image data and associated metadata.

Parameters

image : Image

the image to be saved.

outpath : str

the path where the the image will be saved.

clobber : bool (optional, default True)

If True, and if filename already exists, it will overwrite the file.

Follow us

© 2019, Antoine Grigis Samuel Farrens Jean-Luc Starck Philippe Ciuciu