-
Notifications
You must be signed in to change notification settings - Fork 23
Defaults
MinSAR processes the data based on some default values, strings and paths. The configuration is as follow, in case someone needs to change it.
-
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 atminsar/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 -
For developers: Almost all default strings and paths are defined in
minsar/objects/auto_defaults.py
[link]. -
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 optionadjust
to account for larger datasets and the script will change the walltime based on number of bursts of data to be processed.