kristinemlarson / gnssrefl

GNSS Interferometric Reflectometry Software (GNSS-IR)
GNU General Public License v3.0
151 stars 75 forks source link

adding -pele option #233

Closed MakanAKaregar closed 7 months ago

MakanAKaregar commented 8 months ago

The default elevation angles used for DC removal are 5-30 deg. The added option allows you to change the default when processing elevation angles outside the 5-30 range.

kristinemlarson commented 8 months ago

I am happy to add this - but first you need to add the proper documentation in the readthedocs format, under the Parameters. if you added it, i didn't see it.

kristinemlarson commented 7 months ago

I think it has always been an option for people to edit the json file with the correct limits. At some point I realized no one was reading warnings sent to the screen -so in gnssir_input I was checking the minimum elevation angle and modifying the DC values for people. I did not however do this for high elevation data. Thank you for adding this for the people that want to use high elevation angle data.