-
It is a long asked feature, adding predicted mags in infrared for potential trigger of interferometric observations. Code has been shared with @rachel3834 , we would need inputs from people to know wh…
-
Hi all
Unfortunately, I've run into a problem when trying out the stripmapApp.py following the tutorial from here (EarthScope2023): https://github.com/parosen/Geo-SInC/blob/main/EarthScope2023/1.4_…
-
[![Docker](https://badgen.net/badge/icon/docker?icon=docker&label)](https://hub.docker.com/r/mobigroup/gmtsar)
## Docker Image
Download and launch the Docker image to open "ubuntu" user terminal…
-
An API call to create a new MST record with the following payload:
```
{
"metadata": {
"general_parameters": {
"associated_publications": {
"additional": [],
"main": {
"au…
-
-
Hello on the website https://topex.ucsd.edu/gmtsar/downloads/ there are examples for ENVISAT, ENVISAT SLCs and stack ENVI, but no ENVI_SLC stack. It seems the workflow shown in the ENVI stack does not…
-
Hi All,
I just installed the Ubuntu virtual machine with GMTSAR pre-installed and reached to this step after writing the codes below
sudo apt install csh subversion autoconf libtiff5-dev libhdf5…
-
E.g. OGLE-2023-BLG-0203, which currently has TAP-priority = nan and TAP_priority_longtE = 0.0
Also selected OGLE-2023-BLG-0207 which has None for both priority boxes
-
GMTSAR currently employs a tool-based UNIX-style approach for processing, which may not be the most optimal method for mathematically intensive computations. What if we shifted to a formula-based proc…
-
The phase in the RIME is:
```
phase = (-2j * pi / lambda * (l * u + m * v + (n - 1) * w)
```
but I see wgridder's implemented with negated `w`
```
phase = (-2j * pi / lambda * (l * u + m * v…