neutronpy.fileio module

detect_filetype(filename) Simple method for quickly determining filetype of a given input file.
load_data(files[, filetype, tols, …]) Loads one or more files and creates a Data object with the loaded data.
load_instrument(filename[, filetype]) Creates Instrument class using input par and cfg files.
save_data(obj, filename[, filetype, …]) Saves a given object to a file in a specified format.