Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readfile: support Gamma SLC in complex32 format #1216

Merged
merged 4 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. readfile: support Gamma SLC in complex32 format

    + utils.readfile: support Gamma slc in complex32 format
       - add scomplex to complex32 data type conversion
       - read_binary_file(): support .rslc/rmli file extension
       - read_complex_int16(): refactor to use cpx_band in str for a more flexible output data; revise the output from 2 matrices into 1 matrix
       - read_binary(): support complex32 while calling read_complex_int16(), since it's not supported in numpy.
    
    + utils.readfile.auto_no_data_value(): add geometrical offset files from alos2App with num of band = 1
    
    + view.viewer.plot(): set pixels with no data value to np.nan, instead of call np.ma.masked_where(), which seems over-complicated (compared with setting to nan) and I could not recall the reason anymore.
    
    + cli/prep_isce.py: set -f default from str to list, to be consistent with the non-default var type.
    yunjunz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c5f3f1d View commit details
    Browse the repository at this point in the history
  2. circleci: remove ${HOME}/data dir after testing

    attempt to free up the disk space, and to fix the circle CI testing failure.
    yunjunz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    912298e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Revert "circleci: remove ${HOME}/data dir after testing"

    This reverts commit 912298e.
    yunjunz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c76de56 View commit details
    Browse the repository at this point in the history
  2. load_data: run prep_aria w/o try/except

    to show the full error msg, by reverting part of insarlab#472.
    yunjunz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cbc9024 View commit details
    Browse the repository at this point in the history