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

StampsExport not writing to the folder with snappy #34

Open
makovez opened this issue May 26, 2023 · 0 comments
Open

StampsExport not writing to the folder with snappy #34

makovez opened this issue May 26, 2023 · 0 comments

Comments

@makovez
Copy link

makovez commented May 26, 2023

Hi, I have same issue explained here https://forum.step.esa.int/t/stampsexport-op-with-snappy/9645/2

It seems like StampsExport operator with snappy creates the folder but doesen't write the export to the folder. This means that the StampsOperatorOp.java runs fine until line 121 here https://github.com/claudiaifrim/s1tbx/blob/23c6154bb5b34b57c696b319cefdd2dea9649e63/s1tbx-op-insar/src/main/java/org/esa/s1tbx/insar/gpf/StampsExportOp.java#L120 but then we don't know what happens, as I can't see any output or error too. Only thing i can see is that it creates that targetFolder

prods = jpy.array(Product, 2)
prods[0] = ifg
prods[1] = coreg

stack_ifg = [ifg, coreg]

parameters = HashMap()
parameters.put('sourceProduct', prods)

parameters.put('targetFolder', out)
parameters.put('psiFormat', True)
stamps_exp = GPF.createProduct('StampsExport', parameters, stack_ifg)

I have tried both with stack_ifg and prods created with jpy but result doesen't change.

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

1 participant