Traceback (most recent call last):
File "/export/sille/python/MintPy/mintpy/smallbaselineApp.py", line 1090, in <module>
main()
File "/export/sille/python/MintPy/mintpy/smallbaselineApp.py", line 1080, in main
app.run(steps=inps.runSteps, plot=inps.plot)
File "/export/sille/python/MintPy/mintpy/smallbaselineApp.py", line 1030, in run
self.run_tropospheric_delay_correction(sname)
File "/export/sille/python/MintPy/mintpy/smallbaselineApp.py", line 762, in run_tropospheric_delay_correction
tropo_pyaps3.main(scp_args.split())
File "/export/sille/python/MintPy/mintpy/tropo_pyaps3.py", line 575, in main
get_delay_timeseries(inps, atr)
File "/export/sille/python/MintPy/mintpy/tropo_pyaps3.py", line 505, in get_delay_timeseries
inps.inc = geom_obj.read(datasetName='incidenceAngle')
File "/export/sille/python/MintPy/mintpy/objects/stack.py", line 615, in read
ds = f[familyName]
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/export/sille/.conda/envs/mintpy/lib/python3.7/site-packages/h5py/_hl/group.py", line 262, in __getitem__
oid = h5o.open(self.id, self._e(name), lapl=self._lapl) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5o.pyx", line 190, in h5py.h5o.open
KeyError: "Unable to open object (object 'incidenceAngle' doesn't exist)"
Can I somehow generate the incidence angle data from the dem file myself, since it doesn't appear to be created automatically?