Skip to content

ISCE2 StripmapStack load_data looking for ionUnwFile #891

@EJFielding

Description

@EJFielding

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions