Write the Calibration to disk using write()
Parameters : | file : str or file-object
*args, **kwargs : arguments and keyword arguments
|
---|
See also
Notes
If the self.name is not None and file is can left as None and the resultant file will have the .ntwk extension appended to the filename.
Examples
>>> cal.name = 'my_cal'
>>> cal.write()