Skip to content

Commit

Permalink
Merge pull request #135 from SAR-ARD/bugfix/ratio_default
Browse files Browse the repository at this point in the history
rename config default annotation IDs gs and sg to ratio
  • Loading branch information
johntruckenbrodt committed Sep 12, 2023
2 parents 81c4a2b + 36fc60d commit 8aeb290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S1_NRB/config.py
Expand Up @@ -97,9 +97,9 @@ def get_config(config_file, proc_section='PROCESSING', **kwargs):
proc_sec['measurement'] = 'gamma'
if 'annotation' not in proc_sec.keys():
if proc_sec['measurement'] == 'gamma':
proc_sec['annotation'] = 'dm,ei,id,lc,li,np,gs'
proc_sec['annotation'] = 'dm,ei,id,lc,li,np,ratio'
else:
proc_sec['annotation'] = 'dm,ei,id,lc,li,np,sg'
proc_sec['annotation'] = 'dm,ei,id,lc,li,np,ratio'

# check completeness of configuration parameters
missing = []
Expand Down

0 comments on commit 8aeb290

Please sign in to comment.