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

ERROR 4 in run_10* : need to update FilterCoherence.py of ISCE #520

Open
falkamelung opened this issue Nov 8, 2022 · 0 comments
Open

ERROR 4 in run_10* : need to update FilterCoherence.py of ISCE #520

falkamelung opened this issue Nov 8, 2022 · 0 comments

Comments

@falkamelung
Copy link
Member

If you get this error in run_10_,

azimuth correlation weights:
index,coefficient:  -2  0.333333
index,coefficient:  -1  0.666667
index,coefficient:  0  1
index,coefficient:  1  0.666667
index,coefficient:  2  0.333333
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160629/../../../../../../../tmp/coreg_secondarys/20160629/IW1/burst_01.slc.vrt: No such file or directory
ERROR 4: /scratch2/05861/tg851601/unittestGalapagosSenDT128/merged/SLC/20160605/../../../../../../../tmp/reference/IW1/burst_01.slc.vrt: No such file or directory

then you might have forgotten to use the RSMAS version of FilterCoherece.py of topsStack. The ISCE version does calculate a full-resolution coherence which is not needed. We need to commit to ISCE.

def main(iargs=None):
    inps = cmdLineParse(iargs)

    if inps.filtfile is None:
        inps.filtfile = 'filt_' + inps.infile

    runFilter(inps.infile, inps.filtfile, inps.filterstrength)

    estCoherence(inps.filtfile, inps.cohfile)

    #FAif inps.slc1 and inps.slc2:
    #FA    estCpxCoherence(inps.slc1, inps.slc2, inps.cpx_cohfile,
    #FA                    alks=inps.numberAzlooks,
    #FA                    rlks=inps.numberRangelooks)
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