mdelgadoblasco / snap2stamps

Using SNAP as InSAR processor for StaMPS
Other
109 stars 52 forks source link

Coregistration and Interferogram Error #7

Closed simonericmoon closed 10 months ago

simonericmoon commented 3 years ago

Dear all,

Im stuck at the coreg_ifg_topsar.py step. Maybe someone can help me out. coreg_error project_conf

I guess a change in the folder structure must be done,

Thanks!

leaf0917 commented 2 years ago

Modify original ‘’coreg_ifg_computation_subset.xml‘’, replace the corresponding position with the following code

 <node id="Enhanced-Spectral-Diversity">
    <operator>Enhanced-Spectral-Diversity</operator>
    <sources>
      <sourceProduct refid="Read"/>
    </sources>
    <parameters class="com.bc.ceres.binding.dom.XppDomElement">
      <fineWinWidthStr>512</fineWinWidthStr>
      <fineWinHeightStr>512</fineWinHeightStr>
      <fineWinAccAzimuth>16</fineWinAccAzimuth>
      <fineWinAccRange>16</fineWinAccRange>
      <fineWinOversampling>128</fineWinOversampling>
      <xCorrThreshold>0.1</xCorrThreshold>
      <cohThreshold>0.3</cohThreshold>
      <numBlocksPerOverlap>10</numBlocksPerOverlap>
      <esdEstimator>Periodogram</esdEstimator>
      <weightFunc>Inv Quadratic</weightFunc>
      <temporalBaselineType>Number of images</temporalBaselineType>
      <maxTemporalBaseline>4</maxTemporalBaseline>
      <integrationMethod>L1 and L2</integrationMethod>
      <doNotWriteTargetBands>false</doNotWriteTargetBands>
      <useSuppliedRangeShift>false</useSuppliedRangeShift>
      <overallRangeShift>0.0</overallRangeShift>
      <useSuppliedAzimuthShift>false</useSuppliedAzimuthShift>
      <overallAzimuthShift>0.0</overallAzimuthShift>
    </parameters>
  </node>