Help splitting a graph in two

Hi,

Due to memory constraints, I have a large S1 graph that I must process in two stages. First stage output is the input for the second stage, whereas output of stage 2 is expected to be identical to that of my original graph.

The graph does the following:

large_graph

The graph is splitted after calibration. This is the first stage:

stage1

This is the second stage:

stage2

  • Write nodes use BEAM-DIMAP.
  • First Read node takes a S1 product. The rest load BEAM-DIMAP.

The issue is that when I extract band data from the resulting product, they are close but not exactly the same. There is some variation, although everything remains the same except for the read and save nodes. Any idea why did might happen?

Thanks

Found what the problem was. Even though I created the two stages from the original graph, the second stage had some minor differences with respect to the original graph in deburst and despeckle stages. I did not introduce those changes, it seems like removing and adding nodes had some side effects.

Regards

2 Likes