When handling non-uniformly sampled data, we can use one of the following methods to estimate the frequency spectrum:
Interpolation in time/space domain, then go for classical periodogram OR
Use Lomb-Scargle periodgram
So my question is how do we decide when to choose method 1 and when to go with method 2?
Thanks