Closed jonm3D closed 1 year ago
@jonm3D thanks for letting us know! We would love to be able to support bathymetry research, and will try to get this into the next release. The main difficultly will be in figuring out a way to include these parameters on request while still leaving them out when they are not needed. This is something we need to solve for other parameters as well, so it is something we need to solve sooner than later. I'll track the progress in this issue.
@jonm3D It's been a while, but we finally have this feature in the code. SlideRule is nearing completion of a major architectural upgrade. The ability to add ancillary fields is in the new version of SlideRule, which can be found at https://slideruleearth.io. The old service at http://icesat2sliderule.org is still up and functional (and we will be leaving it up and running for a while until everyone switches over), but it doesn't have any of the new features.
To start using the latest version of SlideRule:
conda env create -f environment.yml
to create a new environment with the latest client.icesat2.init("slideruleearth.io")
To include the ref_azimuth and ref_elev fields in your results, please see a tutorial I put together that details exactly how to do it: https://slideruleearth.io/rtd/tutorials/user/ancillary_fields.html
@jonm3D I am closing this out as complete - but if you have any issues, please reopen this issue or open a new one.
These two fields from ATL03 can be used to calculate the underwater return refraction correction, and are vital for conducting ICESat-2 bathymetry research. Having the ability to pull these with the atl03sp() would be fantastic!