-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Description
Description of the problem
I am trying to load the data from a UAVSAR stack that was processed with ISCE2 stripmapStack workflow. It seems to require mintpy.load.ionUnwFile that is never generated for UAVSAR processing.
Full script that generated the error
load_data.py -t Haywrd_15302_03-s2-UAVSAR.txt --project Uavsar_Haywrd_15302_03-s2
Full error message
processor : isce
SAR platform/sensor : Uav
--------------------------------------------------
prepare metadata files for isce products
Traceback (most recent call last):
File "/u/vento-r0/ericf/packages/Anaconda/anaconda3/envs/mintpy141/bin/load_data.py", line 10, in <module>
sys.exit(main())
File "/u/vento-r0/ericf/packages/Anaconda/anaconda3/envs/mintpy141/lib/python3.10/site-packages/mintpy/load_data.py", line 898, in main
prepare_metadata(iDict)
File "/u/vento-r0/ericf/packages/Anaconda/anaconda3/envs/mintpy141/lib/python3.10/site-packages/mintpy/load_data.py", line 762, in prepare_metadata
obs_paths = [iDict[key] for key in obs_keys if iDict[key].lower() != 'auto']
File "/u/vento-r0/ericf/packages/Anaconda/anaconda3/envs/mintpy141/lib/python3.10/site-packages/mintpy/load_data.py", line 762, in <listcomp>
obs_paths = [iDict[key] for key in obs_keys if iDict[key].lower() != 'auto']
KeyError: 'mintpy.load.ionUnwFile'
System information
- Operating system: Linux-CentOS
- Python environment: conda
- MintPy version: MintPy version 1.4.1, date 2022-08-15
- Your custom / default template file (if the bug is related to a specific dataset):
Haywrd_15302_03-s2-UAVSAR.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels