Updates include
**Main features and fixes**
- Removed data/ and examples/ directories from the repo as they are now available in their own repos. This allows us to update these packages independently of ISOFIT releases. Additionally, as ISOFIT now has the capability to download these via the downloads CLI, the workflows have been updated to reflect these changes.
- Integrated downloads of examples and data.
- Updated glint retrieval code:
- Removed additional g_dd term in reflectance, radiance calculation to match desired model.
- Included t_up_total in radiance calculation to match desired model.
- Updated drdn_dsurface derivative with regard to glint parameters g_dd and g_dsf.
- Updated g_dd initialization to be based off of signal at 1020 nm (assumes this is in the instrument wavelength range, and that the signal here is glint only).
- Changed the prior covariance structure for g_dd and g_dsf to be fully independent variables (diagonal) instead of fully correlated, as in previous implementation.
**Technical updates, improvements, and small bug fixes**
- Added an option to apply_oe which forces all LUT dimensions in the obs/loc files with measurable variation to include at least 2 grid points.
- Examples build update.
- Cancel-in-progress workflows.
- Debug fixes.
- Import cleanup.