-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Action
Interpolate and acquire the incidence angle for each corner reflector from the input HDF5 during Point Target Analysis and include this information in the QA STATS HDF5 colocated with the other PTA info for the corner reflectors.
Products
This is most important for RSLC but may be included in GSLC point target analysis if possible.
Reason
Downstream atmospheric (tropo/iono) range delay corrections make use of incidence angle to calculate the length that the radar beam passes through a given atmospheric layer. It is possible to calculate this value using an orbit file and the CR LLH, but I'm told it can more easily be acquired using a metadata cube in the RSLC source product.
Notes
The most appropriate place to acquire this value is likely within the PTA workflow in ISCE3, and therefore this will likely require a separate ISCE3 pull request to complete. If this is done, there will be no additional inputs required by nisarqa, as the inputs required for this output are already present within that workflow.
Acquisition Process
TBD, I'm told interpolating over the metadata cubes is simple though.