Skip to content
Falk Amelung edited this page Sep 2, 2019 · 4 revisions

MinSAR processes the data based on some default values, strings and paths. The configuration is as follow, in case someone needs to change it.

  1. minsar/defaults/stack_template.txt [link] contains all the options available to use or modify for a sample template file. The default values for all these options can be found at minsar/defaults/template_defaults.cfg [link]. no need to modify it here, all options are overwritten by the values given in user's custom template file, during the process and saved in processing directory

  2. For developers: Almost all default strings and paths are defined in minsar/objects/auto_defaults.py [link].

  3. All default values of memory and walltime corresponding to each job can be found in: minsar/defaults/job_defaults.cfg [link] and they are organized based on job name. There is an option adjust to account for larger datasets and the script will change the walltime based on number of bursts of data to be processed.