Bryan Marfito
32b4ac58be
Update contrib/stack/topsStack/fetchOrbit.py
...
Co-authored-by: Ryan Burns <rtburns@jpl.nasa.gov>
2021-03-24 14:13:54 +08:00
Bryan Marfito
ced1938472
Update fetchOrbit.py
2021-03-24 09:57:20 +08:00
Bryan Marfito
92ecd7d5ed
Update fetchOrbit.py
2021-03-24 09:57:01 +08:00
Bryan Marfito
f67a4cfbaa
Update fetchOrbit.py
2021-03-24 09:48:09 +08:00
Bryan Marfito
a10cba9f93
Update fetchOrbit.py
2021-03-24 08:07:19 +08:00
Bryan Marfito
3499b3f09b
Update fetchOrbit.py
2021-03-24 06:21:44 +08:00
Bryan Marfito
f1187fd935
Update contrib/stack/topsStack/fetchOrbit.py
...
Co-authored-by: Ryan Burns <rtburns@jpl.nasa.gov>
2021-03-24 06:21:03 +08:00
Bryan Marfito
7c9f061f59
Update fetchOrbit.py
2021-03-23 19:01:01 +08:00
Bryan Marfito
415a89365c
Update fetchOrbit.py
2021-03-21 20:13:15 +08:00
Bryan Marfito
ad2729be00
Update fetchOrbit.py
2021-03-21 20:12:24 +08:00
Bryan Marfito
a8e3e2c175
Update fetchOrbit.py
2021-03-17 22:04:13 +08:00
Bryan Marfito
198b23aa3f
Update fetchOrbit.py
2021-03-17 22:00:21 +08:00
Bryan Marfito
e5e0a4560d
Update fetchOrbit.py
2021-03-17 21:36:43 +08:00
Bryan Marfito
a4cf6f5b58
Update fetchOrbit.py
2021-03-17 21:20:52 +08:00
Bryan Marfito
83f363d0c5
Update fetchOrbit.py
2021-03-14 21:29:13 +08:00
Bryan Marfito
c8af76be10
Update fetchOrbit.py
2021-03-14 21:11:21 +08:00
Bryan Marfito
a25f80537a
Proposed changes to the fetchOrbit.py
...
After running the currently modified fetchOrbits.py, I've found out that the downloaded precise orbits were based on the date that they were processed instead of the date that they can be used. I've also modified the code to prevent downloading of restituted orbit if the precise orbit is available.
Pls. check if the changes I've made applies the orbit files to the Sentinel-1 SLC images properly.
2021-03-12 23:36:45 +08:00
Ryan Burns
e9606834c4
Merge pull request #251 from yunjunz/cuDenseOffsets
...
cuDenseOffsets: add prepareGeometry()
2021-03-09 17:53:52 -08:00
Ryan Burns
9eed870041
Merge pull request #254 from mirzaees/aux_url
...
Fix url change for downloading orbits
2021-03-09 12:16:43 -08:00
Sara Mirzaee
1a86bca5c4
fix url change
2021-03-09 13:43:13 -06:00
Sara Mirzaee
e40f70593f
Update README.md
...
qc.sentinel1.eo.esa.int -> aux.sentinel1.eo.esa.int
2021-03-09 09:57:24 -05:00
Sara Mirzaee
500b9e2de2
dloadOrbits.py: fix url change
2021-03-09 08:24:02 -06:00
Ryan Burns
8ffb2f281a
Fix cmake rule
...
components.isceobj.Scene.concatenate was incorrectly being compiled as
an ordinary shared lib rather than a cdll-compatible python lib
2021-03-06 17:45:22 -08:00
Zhang Yunjun
d81a98094e
cuDenseOffsets: add prepareGeometry()
...
PyCuAmpcor/examples/cuDenseOffsets:
+ add prepareGeometry() to generate the cooresponding geometry file
+ update file path in xml file to support dir change
+ fix str.decode bug with try/except statement
+ printout used time
+ check --redo before initiate PyCuAmpcor to avoid the long GPU memory error message
PyCuAmpcor/README.md: fix typos for ROIPAC
2021-03-05 19:16:31 -08:00
Ryan Burns
d6ba085ef5
Release 2.5.1
2021-03-05 11:26:28 -08:00
Ryan Burns
3cd9903971
Merge pull request #248 from rtburns-jpl/alos-fix
...
Fix alos bindings
2021-03-05 11:24:31 -08:00
Ryan Burns
e120774c18
Fix circleci jobs
...
Prefer native apk over pip when possible
2021-03-05 11:08:41 -08:00
Ryan Burns
74059bbd5c
Fix alos bindings
...
This has been broken since splitting up image_sio.c/h in some edge
casses. The extern variables are not "weakly linked" on macOS SCons
so they must be visible to the module even if they are not used.
2021-03-05 11:00:14 -08:00
Ryan Burns
e608eaf319
Add missing src file to ALOS_lib
2021-03-05 10:48:46 -08:00
Ryan Burns
137573cd1c
Add sanity check for sensors
2021-03-05 10:36:38 -08:00
Ryan Burns
afb5cce108
Release 2.5.0
2021-03-04 11:28:36 -08:00
Ryan Burns
d0ec8c1794
Merge pull request #175 from CunrenLiang/main
...
new alosStack, PRF change of ALOS-1, update of TOPS ionospheric correction, new ionospheric filter
2021-03-04 10:52:45 -08:00
Ryan Burns
7292d56a49
Merge pull request #241 from bjmarfito/main
...
Resolved the issue on the rdrdem_offset stage
2021-02-28 19:52:42 -08:00
Ryan Burns
df8025a505
Merge pull request #242 from bjmarfito/patch-1
...
Update CMakeLists.txt
2021-02-28 11:21:27 -08:00
Bryan Marfito
554e6610f0
Update CMakeLists.txt
...
I've proposed to removed the SConscript from the CMakeLists.txt since it is not necessary when compiling using CMake.
2021-02-28 22:40:17 +08:00
Bryan Marfito
903243c1c6
Update CMakeLists.txt
2021-02-28 19:29:13 +08:00
Ryan Burns
7ee03ec9d1
Add missing src file to ALOS_lib
2021-02-26 23:28:25 -08:00
CunrenLiang
89973d7631
Merge remote-tracking branch 'upstream/main' into main
2021-02-26 11:39:02 +08:00
Ryan Burns
d2d791918f
Document potential SCons build issue when updating repo
...
Fixes #238
2021-02-25 12:23:51 -08:00
Bryan Marfito
7bb66ec782
Fix missing folders and files during CMake installation of GRD files ( #237 )
2021-02-20 10:58:47 -08:00
Ryan Burns
587c6c1a36
circleci: Install builder deps via apk
2021-02-19 10:33:03 -08:00
Ryan Burns
b60e87d063
Merge pull request #236 from lijun99/pycuampcor
...
Updates to PyCuAmpcor
2021-02-19 10:27:38 -08:00
Lijun Zhu
7c40da5a74
PyCuAmpcor: offer an option to add gross offset to output offset image
2021-02-16 13:02:04 -08:00
Sara Mirzaee
68c7261b5d
Stack minor modification ( #232 )
...
* stackStripMap.py: change numbering style to match with topsStack
* Stack.py: separate parallel processors in topo.py from runfiles
* stackSentinel.py: add a new argument for parallel processors in topo.py
* Stack.py: remove extra num_process for unpackStackReferenceSLC
* stackSentinel.py: tie numProcess4topo to numProcessif the first not specified
2021-02-15 11:24:56 -08:00
Lijun Zhu
563568561d
change runDenseOffset(s) in Alos2Proc/TopsProc in accordance with updated PyCuAmpcor
2021-02-13 12:56:58 -08:00
Lijun Zhu
86a35acd5e
merge mzzhong/grossOffsets into pycuampcor: scripts to set varying offsets withe velocity model
2021-02-13 12:55:04 -08:00
Lijun Zhu
08c266e364
Merge https://github.com/isce-framework/isce2 into py_save
2021-02-13 12:42:05 -08:00
Bryan Marfito
4f0ed3a359
Fix Cmake lists for db folder ( #235 )
2021-02-11 16:35:13 -08:00
CunrenLiang
1d44e16b96
Merge remote-tracking branch 'upstream/main' into main
2021-02-09 15:44:29 -08:00
Ryan Burns
7ff05bac6e
Merge pull request #231 from lijun99/cuda-cmake
...
GPU modules: add GPU_ACC_ENABLED flag to cmake
2021-02-09 10:20:08 -08:00