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 PathPath to file. See also DataSetData structure from which a local ATK FITS file can be generated. store()DataSet method from which an ATK FITS file can be generated.