Replies: 1 comment
-
One point to consider is that the Orbit file covers significantly longer time (~ 2 days) than SLC files (~27 sec for one SLC file). Therefore even if multiple SAFE files are passed in, still there may be only one orbit file. I think it might be just easier to have a list of SAFE files and a separate list of orbit files and internally have a check to find the right orbit file for each SAFE file (just in case)! even when one orbit file and multiple SAFE files are passed in, there needs to be some sanity checks somewhere to make sure that the orbit covers the SLC file(s). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently our schema has our SAFE files and orbit files written to different lists without any means to correlate between orbit and SAFE. Associating a SAFE to its orbit needs to done at some point and I was thinking either:
What do you all think?
Beta Was this translation helpful? Give feedback.
All reactions