Simran S Sangha
Simran S Sangha
In the `rangecoreg` step, `topsApp` crashes with the following error message: ``` .... File "/u/trappist-r0/ssangha/conda_installation/stable_mach14_2022/envs/ARIA-tools/lib/python3.10/site-packages/isce/components/iscesys/C omponent/Component.py", line 179, in __call__ return getattr(self, self.__class__.__name__.lower())(*args) File "/u/trappist-r0/ssangha/conda_installation/stable_mach14_2022/envs/ARIA-tools/lib/python3.10/site-packages/isce/components/mroipac/a mpcor/Ampcor.py", line 335, in ampcor...
Pushing following fixes/enhancements for the gdal geocoding script: 1. Setting of 'Geotiff' format with '-t' option was overridden and not passed to the gdal call. Now, this is passed as...
Hello team, I am working to process UAVSAR data with `stackStripmapApp.py` and ran into a few issues when attempting to crop my scenes. Below I detail the simple changes I...
See https://github.com/isce-framework/isce2/issues/458 for detailed description of issue addressed here in the Readme
I have documented a bug whereby there is an abrupt sign-change when generating perpendicular baseline grids. I have generated these products using the "baselineGrid.py" script packaged through stackSentinel, which is...
**Description of proposed changes** When plotting GPS stations and specifying a specific GPS reference station, it would be convenient if an additional CSV file (e.g. reref_gps_X.csv) would be created which...
This ticket outlines the motivation and proposed strategy behind adding in the ability to re-run the codes efficiently without restarting from scratch everytime. E.g. if a user specifies all of...
When using `calc_solid_earth_tides_grid` through [MintPy](https://github.com/insarlab/MintPy/blob/7704c34797a5db62d2521e84010561ac8cbf94f2/src/mintpy/solid_earth_tides.py#L164-L170) for two separate runs involving overlapping frames, I notice unexpected behavior. Specifically, I would expect the overlapping region between the two to be consistent after...
**Description of proposed changes** **Reminders** - [ ] Fix #xxxx - [ ] Pass Pre-commit check (green) - [ ] Pass Codacy code review (green) - [ ] Pass Circle...
Updated warning message to reflect the number of dropped stations due to NaN values. Also adjust logging lines for `raiderCombine.py` workflow such that every message is not a warning. ##...