DataUtils.ExportSsd#
DataUtils.ExportSsd.py
- export_ssd_impl(self, folder, prefix=None, uv_device_id=None, fmt='%.18e', xr_only=False, uv_only=False)#
Exports the SSD data to the specified folder.
- Parameters:
folder (str) – The folder where the data will be exported.
prefix (str, optional) – The prefix to be used for the exported files.
xr_only (bool, optional) – If True, only export XR data.
uv_only (bool, optional) – If True, only export UV data.
- Returns:
result – True if the export was successful, False otherwise.
- Return type:
bool