-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add polarmetric processing #32
Comments
There is an ImpDAR branch with polarimetric processing scripts in Python. It is a bit of a mess, but you should feel welcome to steal anything you want from there, or I am happy to help move it over. A while ago I changed the impdar ApRES structure to have three separate data objects: 1) single acquisition, 2) time difference (interferometry), 3) quadpol (polarimetry). This is the script with the polarimetry processing functions. The co-registration method I have written out myself as well, but it is just in a scratch space Jupyter Notebook. |
This is great @benhills , thank you! One thing that we could do pretty quickly is to incorporate a version of your polarmetric processing scripts (I think they are here, right?) into XApRES as 'bound methods' that we add to xarray.datasets, as we load polarmetric data. Much in the same way that we as What do you think? |
That is the correct script, yes. I think incorporating as bound methods is great. It would take me some time to figure out how to make them compatible with the broader framework, so if you have ideas on how to do that quickly feel free to steal whatever is useful and manipulate however you see fit. If you would like me to take some time looking at it and thinking about how best to incorporate please just let me know and I am happy to. |
prompted by @Elizabethcase's work on polarmetric data from Thwiates, and a comment by @benhills (copied below), this issue is adding polarmetric processing. Some coonsiderations
Comments from Ben Hills:
The text was updated successfully, but these errors were encountered: