Integrate SBAS workflows and redesign task center
This commit is contained in:
@@ -181,6 +181,35 @@ ISCE2_SMOKE_TEST_ENABLED=false
|
||||
# The WSL runtime must include cv2 + scipy for ionosphere correction and astropy for rubbersheeting.
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# LandSAR D-InSAR
|
||||
# -----------------------------------------------------------------------------
|
||||
LANDSAR_ENABLED=true
|
||||
LANDSAR_HOME=D:\LandSAR
|
||||
LANDSAR_CONSOLE_EXE=D:\LandSAR\InSAR_Console.exe
|
||||
LANDSAR_WORK_ROOT=D:\LandSAR_Work
|
||||
# Optional extra DLL directories separated by semicolons.
|
||||
LANDSAR_RUNTIME_PATHS=D:\LandSAR
|
||||
LANDSAR_LICENSE_MODE=netVersion
|
||||
LANDSAR_LICENSE_HOST=127.0.0.1
|
||||
LANDSAR_LICENSE_PORT=6666
|
||||
LANDSAR_CONFIG_ROW=netVersion,zh,127.0.0.1,6666
|
||||
LANDSAR_CONFIG_AUTO_WRITE=true
|
||||
LANDSAR_AUTH_SERVER_EXE=D:\Code\Insar_management_system_v2\third_party\LandSAR\tools\_portable_release\LandSAR_auth_tools_win64\landsar_net_auth_server.exe
|
||||
LANDSAR_AUTH_SERVER_AUTO_START=true
|
||||
LANDSAR_AUTH_SERVER_HOST=127.0.0.1
|
||||
LANDSAR_AUTH_SERVER_PORT=6666
|
||||
LANDSAR_DEM_PATH=D:\DEM\SRTMDEM_RSP_SARscape.wgs84
|
||||
LANDSAR_DINSAR_TIMEOUT_SECONDS=43200
|
||||
LANDSAR_SBAS_ENABLED=true
|
||||
LANDSAR_SBAS_WORK_ROOT=D:\LandSAR_Work\sbas
|
||||
LANDSAR_SBAS_PRODUCT_ROOT=D:\production_results\timeseries\sbas_landsar
|
||||
LANDSAR_SBAS_DEM_PATH=D:\DEM\SRTMDEM_RSP_SARscape.wgs84
|
||||
LANDSAR_SBAS_SOURCE_ROOTS=D:\LandSAR_Work
|
||||
LANDSAR_SBAS_TIMEOUT_SECONDS=172800
|
||||
LANDSAR_SBAS_MIN_SCENES=3
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Gamma / PyINT
|
||||
# -----------------------------------------------------------------------------
|
||||
@@ -243,11 +272,13 @@ GAMMA_SBAS_PRODUCT_ROOT=D:\production_results\timeseries\sbas
|
||||
GAMMA_SBAS_SCRIPT_TEMPLATE_ROOT=D:\Code\Insar_management_system_v2\backend\templates\gamma_sbas
|
||||
GAMMA_SBAS_SOURCE_ROOTS=D:\LuTan1_Image_Pool
|
||||
GAMMA_SBAS_ORBIT_ROOTS=D:\orbit_pools\envi
|
||||
GAMMA_SBAS_DEM_PATH=D:\DEM\HeiLongJiang10M_DEM.tif
|
||||
GAMMA_SBAS_DEFAULT_RLKS=8
|
||||
GAMMA_SBAS_DEFAULT_AZLKS=8
|
||||
GAMMA_SBAS_DEFAULT_MB_MODE=0
|
||||
GAMMA_SBAS_DEFAULT_REFERENCE_WINDOW=16
|
||||
GAMMA_SBAS_AUTO_APPROVE_ITAB=true
|
||||
GAMMA_SBAS_MIN_COMMON_OVERLAP_RATIO=0.30
|
||||
GAMMA_SBAS_STEP_TIMEOUT_SECONDS=43200
|
||||
GAMMA_SBAS_WORKFLOW_TIMEOUT_SECONDS=172800
|
||||
|
||||
|
||||
Reference in New Issue
Block a user