We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9be3e5 commit 391ed01Copy full SHA for 391ed01
python/packages/pybind_nisar/products/writers/SLC.py
@@ -60,7 +60,7 @@ def set_parameters(self, dop: LUT2d, epoch: DateTime, frequency='A'):
60
data=v)
61
if "referenceTerrainHeight" not in g:
62
ref_terrain_height = np.zeros((v.shape[0]))
63
- g.require_dataset("referenceTerrainHeight", (v.shape[0]),
+ g.require_dataset("referenceTerrainHeight", (v.shape[0],),
64
np.float32, data=ref_terrain_height)
65
66
# TODO populate processingInformation/algorithms
0 commit comments