Skip to content

Commit 5c6896b

Browse files
committed
fix harmonics model_mean mosaic
1 parent 51c938c commit 5c6896b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ost/s1/burst_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def mosaic_timescan(burst_inventory, config_file):
654654

655655
if 'harmonics' in metrics:
656656
metrics.remove('harmonics')
657-
metrics.extend(['amplitude', 'phase', 'residuals'])
657+
metrics.extend(['amplitude', 'phase', 'residuals', 'model_mean'])
658658

659659
if 'percentiles' in metrics:
660660
metrics.remove('percentiles')

0 commit comments

Comments
 (0)