DataUtils.ExportSsd#
DataUtils.ExportSsd.py
Design note: XR filenames use ssd.xr.jv (original frame numbers)
rather than sequential 0-based indices. This preserves the coordinate
space across export/import boundaries. See Issue #80.
- 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:
- Returns:
result – True if the export was successful, False otherwise.
- Return type: