ShapeModel.write¶
giant.utilities.stereophotoclinometry
:
- ShapeModel.write(file_name=None)[source]¶
This function writes the data contained in the current instance of the class into the specified file
If the
file_name
argument is not specified then it writes to the file stored in thefile_name
attribute.- Parameters
file_name (Optional[Union[pathlib.Path, str]]) – the full or relative path to the file to be written. If left as
None
then writes to the file stored in thefile_name
attribute