ATK.Tools.read#

ATK.Tools.read(path: str | Path) DataSet[source]#

Reads a local ATK FITS file to recreate the original DataSet.

Parameters:
pathstr or Path

Path to file.

See also

DataSet

Data structure from which a local ATK FITS file can be generated.

store()

DataSet method from which an ATK FITS file can be generated.