Menu

Deep learning for NeuroImaging in Python.

Note

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

surfify.utils.io.ungzip(path)[source]ΒΆ

Extract GNU zipped archive file.

Parameters:

path : str

the archive file to be opened: must be a .gz file.

Returns:

out_path : str

the generated file at the same location without the .gz extension.

Follow us

© 2025, nidl developers