We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23f033 commit 76c73d9Copy full SHA for 76c73d9
depth_test/depthtest.py
@@ -654,7 +654,7 @@ def save_depth_array(self):
654
if os.path.exists(path):
655
save_data = np.load(path)
656
save_data = dict(save_data)
657
- save_data[f'{mx_id}_{side}_{self.true_distance}'] = self.roi_depth_np
+ save_data[f'{str(product)}_{mx_id}_{side}_{self.true_distance}'] = self.roi_depth_np
658
np.savez(path, **save_data)
659
self.ui.b_export.setEnabled(True)
660
0 commit comments