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

PyCuAmpcor: offer an option to fix the starting pixel locations #722

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 28, 2022

  1. PyCuAmpcor: offer an option to fix the starting pixel locations

    in this update,
    * either the starting pixel(corner) or the center of window location may be specified (see README)
    * by specifying the starting/ending pixel locations, the reference/search window may go beyond the range of the original images. Zeros are filled in instead. In this case, the offset fields at the edge may be incorrect.
    * The range check is no longer needed. It only runs in DEBUG mode and issues warning messages when pixels are outside the image range.
    Lijun Zhu committed May 28, 2022
    Configuration menu
    Copy the full SHA
    7710060 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. PyCuAmpcor: merge isce-framework#622 by rtburns-jpl

    Lijun Zhu committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cf86b83 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. pycuampcor: deallocate memory objects

    Lijun Zhu committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3a4fa40 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch 'main' into pycuampcor

    Lijun Zhu committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    be9d498 View commit details
    Browse the repository at this point in the history