radial_profiles.RadialProfile.from_binary#

classmethod RadialProfile.from_binary(f)[source]#

Load a specific instance of a RadialProfile object from the serialized version of the instance saved to disk.

Parameters:

f (str) – The filename to open. Should be a valid .rp file type.

Returns:

The RadialProfile object on disk.

Return type:

RadialProfile