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

How to crop data prepared for miaplpy #76

Open
ZGHHGZ opened this issue Jan 8, 2024 · 2 comments
Open

How to crop data prepared for miaplpy #76

ZGHHGZ opened this issue Jan 8, 2024 · 2 comments

Comments

@ZGHHGZ
Copy link

ZGHHGZ commented Jan 8, 2024

Hello, I see that the size of the sample data given by miaplpy is very small, may I ask how to crop the data in isce processing, looking forward to your reply!
efede4c7a9ee18a717b138086161c70a

@mirzaees
Copy link
Collaborator

mirzaees commented Jan 9, 2024

Hi @ZGHHGZ
You can specify a subset area in your template file to crop data while loading them:

miaplpy.subset.yx = auto #[y0:y1,x0:x1 / no], auto for no
miaplpy.subset.lalo = auto #[S:N,W:E / no], auto for no

@ZGHHGZ
Copy link
Author

ZGHHGZ commented Jan 10, 2024

Hi @ZGHHGZ You can specify a subset area in your template file to crop data while loading them:

miaplpy.subset.yx = auto #[y0:y1,x0:x1 / no], auto for no
miaplpy.subset.lalo = auto #[S:N,W:E / no], auto for no

Thank you for your reply, I was able to crop in miaplpy, but I would like to know how to do it directly in isce, I didn't find information about cropping in isce, but in the sample file in miaplpy, the file is cropped, I would like to know how this is done, I am sorry for the interruption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants