Bryan Marfito

Results 12 issues of Bryan Marfito

Unwrapping of the PS and DS using the run_unwrap_ps_ds.sh stopped due to the following error: snaphu v1.4.2 Reading wrapped phase from file PS_DS/20200821_20200914.int No weight file specified. Assuming uniform weights...

- Added code lines adapted from https://github.com/scottstanie/sardem/blob/master/sardem/utils.py in downsampleDEM.py to tag downsampled DEMs as WGS84 ellipsoid

- Use default values instead of using DOPIQ when focusing images - Use `os.path.abspath` for the image name so stackStripMap.py can read the path of the raw files when processing...

I can't compile ISCE3 using my ARM mac. Below are the details of the compiling error. ``` [ 34%] Linking CXX shared library libisce3.dylib -macosx_version_min has been renamed to -macos_version_min...

I encountered this error when running topsApp.py in a new computer. ``` Using default ISCE Path: /home/bryanjim001/.conda/envs/isce2expe/lib/python3.12/site-packages/isce Traceback (most recent call last): File "/home/bryanjim001/.conda/envs/isce2expe/lib/python3.12/site-packages/isce2/applications/topsApp.py", line 46, in from isceobj import...

- Updated dloadOrbits.py to reflect new downloading site based on https://github.com/isce-framework/isce2/pull/801 - Removed oType variable in fetchOrbit.py since it is unused - Fixes a bug due to a change in...

Warning appears when I ran `python cosicorr.py correlate PSScene/20231005_054743_41_24b0_3B_AnalyticMS_SR_clip.tif PSScene/20231008_054307_80_24b6_3B_AnalyticMS_SR_clip.tif --base_band 1 --target_band 1 --output_path output_b1.tif --window_size 256 256 256 256 --step 8 8 --vmin -1 --vmax 1 --mask_th 0.9...

**Description of the desired feature** Request to geocode 4D dataset such as timeseriesDecorCov.h5 since geocode.py can only geocode 3D dataset. **Is your feature request related to a problem? Please describe**...

enhancement
pull-request-welcome
good-first-issue

Request source code for the lib folder so we can natively compiled them using our computer's architecture.

**Description of proposed changes** Modified asc_desc2horz_vert.py to specify different dataset other than the same dataset for the two input files when decomposing to horizontal and vertical displacement/velocity. **Reminders** - [...