Enable NESD when using ionospheric estimation in topsStack #705
-
Hi @CunrenLiang, I would like to ask if it is recommended to enable NESD and ionospheric estimation when running stackSentinel.py. I am asking this since in topsApp.py ESD is recommended to be turned off when ionospheric phase is being estimated. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Bryan, In topsApp.py, there is no need for ESD if you choose to do ionosphere estimation, since it is included in ionosphere estimation. You can do ESD though, it is just a waste of time. In topsStack, NESD is not tied to ionosphere estimation in current version. You don't have to make your choice by considering ionopshere estimation. However, in the updated version (pull request #600), if you want to remove azimuth burst ramps caused by ionosphere in the ionospheric correction, you need to turn NESD on. It is related to the following ionosphere estimation. Cunren |
Beta Was this translation helpful? Give feedback.
Bryan,
In topsApp.py, there is no need for ESD if you choose to do ionosphere estimation, since it is included in ionosphere estimation. You can do ESD though, it is just a waste of time.
In topsStack, NESD is not tied to ionosphere estimation in current version. You don't have to make your choice by considering ionopshere estimation. However, in the updated version (pull request #600), if you want to remove azimuth burst ramps caused by ionosphere in the ionospheric correction, you need to turn NESD on. It is related to the following ionosphere estimation.
Cunren