No "wavelength" option in "dolphin config" #511
Answered
by
scottstanie
Shima-shoki
asked this question in
Q&A
-
Hi, I've got a kind advice to specify "wavelength" option to get the final output in a meter unit #506. However, I haven't been able to find it in the "dolphin config" options as shown below. What is an appropriate way of specifying the Sentinel-1 wavelength (= 0.055 m) in the config parameter setting...? Any warm advice is very much appreciated! usage: dolphin config [-h] [--print-empty] [-o OUTFILE] [--slc-files [SLC_FILES ...]]
[--keep-paths-relative] [-sds SUBDATASET]
[--amplitude-mean-files [AMPLITUDE_MEAN_FILES ...]]
[--amplitude-dispersion-files [AMPLITUDE_DISPERSION_FILES ...]]
[--mask-file MASK_FILE] [-ms MINISTACK_SIZE] [--use-evd] [-hw X Y]
[--shp-method {glrt,ks,rect}] [--baseline-lag BASELINE_LAG]
[--amp-dispersion-threshold AMP_DISPERSION_THRESHOLD] [--no-unwrap]
[--unwrap-method {snaphu,icu,phass,spurt,whirlwind}]
[-t row_tiles col_tiles] [--downsample-factor row_downsample col_downsample]
[--n-parallel-unwrap N_PARALLEL_UNWRAP] [--run-goldstein]
[--run-interpolation] [--troposphere-files [TROPOSPHERE_FILES ...]]
[--tropo-date-fmt TROPO_DATE_FMT] [--tropo-package TROPO_PACKAGE]
[--tropo-model {ECMWF,ERA5,HRES,ERAINT,ERAI,MERRA,NARR,HRRR,GMAO}]
[--tropo-delay_type {wet,dry,hydrostatic,comb}]
[--ionosphere-files [IONOSPHERE_FILES ...]]
[--geometry-files [GEOMETRY_FILES ...]] [--dem-file DEM_FILE]
[--single-update] [-s X Y] [--output-bounds left bottom right top]
[--log-file LOG_FILE] [--work-directory WORK_DIRECTORY] [--enable-gpu]
[--block-shape BLOCK_SHAPE BLOCK_SHAPE]
[--n-parallel-bursts N_PARALLEL_BURSTS]
[--threads-per-worker THREADS_PER_WORKER] |
Beta Was this translation helpful? Give feedback.
Answered by
scottstanie
Dec 7, 2024
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes sorry I didn't specify that- right now the
dolphin config
command line tool has a subset of all possible options because the available options have grown large.I'm looking into ways to keep the CLI in sync with the actual config object. Right now, the best way is to do what you did- edit the text file, either after specify the options you want that are available via CLI, or with
dolphin config --print-empty
to get a yaml file with all defaults filled in that you can edit in a text editor.