Hello, I’m using ICOR-S3 for atmospheric correction for olci 1b data, then subset and reprojection by gpt, this is my xml: OLCI_subset_reproject_ICOR.xml (6.9 KB)
Then the command line prompted this error information: error_message.txt (3.1 KB)
Could you please help me find the cause of the problem, thank you!
Note that I used format like:<![CDATA[txet]]> since XML parser does not allow tag names to contain spaces.
My system: windows 10
SNAP version: 9.0
Python version: 3.6
OLCI data LEVEL: S3B_OL_1_EFR
Can you try the processing without the use of the advanced options in the Read operator?
Because of the subsetting due to the enabled advanced options, the source product does not have a file location anymore. It is now a new in memory product. But the ToolAdapter for iCOR is asking for this location. And this causes the NullPointerException
As you use the whole product, the advanced options do not provide any benefit.
You could remove the read node completely and provide the source product directly as to the iCOR-SENTINEL-3-OLCI operator.
Thank you! The progress looks better by removing the read node completely. However, it still returns some error information after atmospheric correction was done, which maybe caused by other nodes?. Here is new error message error_message2.txt (22.1 KB)
The main reason for I to use gpt is to save time(by subsetting), but it still takes 1h to process an OLCI image. Maybe I should just use command line first, then do subsetting and reprojection.