You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my workflow doesn't work when I use azimuth and range filters (I want to try hamming weighting, see my graph):
If I do exactly the same, but without the azimuth and range filters, I have no problems.
I have already tried not to do it as a graph, but step by step, but still the input is not accepted for the interferogram after applying the azimuth and range filters. I think it has something to do with the fact that after applying the filters the bands are renamed as shown in my screenshot with the suffix "_azifilt_rngfilt". My screenshot shows how the bands look before Enhanced-Spectral-Diversity (no problem with interferogram input) and after Enhanced-Spectral-Diversity with Azimuth-Range-Filter (not accepted as interferogram input).
I have checked the code in github and it is defined:
private static final String PRODUCT_NAME = "azimuth_filter";
private static final String PRODUCT_TAG = "azifilt";
private static final String PRODUCT_NAME = "range_filter";
private static final String PRODUCT_TAG = "rngfilt";
I think the interferogram input doesn’t know how to process the bands with the suffix “_azifilt_rngfilt”.
Is this really the problem and how can I fix it? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, my workflow doesn't work when I use azimuth and range filters (I want to try hamming weighting, see my graph):
If I do exactly the same, but without the azimuth and range filters, I have no problems.
I have already tried not to do it as a graph, but step by step, but still the input is not accepted for the interferogram after applying the azimuth and range filters. I think it has something to do with the fact that after applying the filters the bands are renamed as shown in my screenshot with the suffix "_azifilt_rngfilt". My screenshot shows how the bands look before Enhanced-Spectral-Diversity (no problem with interferogram input) and after Enhanced-Spectral-Diversity with Azimuth-Range-Filter (not accepted as interferogram input).
I have checked the code in github and it is defined:
I think the interferogram input doesn’t know how to process the bands with the suffix “_azifilt_rngfilt”.
Is this really the problem and how can I fix it? Thanks a lot!
The text was updated successfully, but these errors were encountered: