Skip to content

Commit

Permalink
Handle calibration files references during alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Oct 12, 2024
1 parent d291e1f commit 626b961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygmtsar/pygmtsar/Stack_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ def compute_align(self, geometry='auto', dates=None, n_jobs=-1, degrees=12.0/360
'subswath': lambda s: int(''.join(map(str,list(s)))),
'datapath': lambda p: list(p),
'metapath': lambda p: list(p),
'noisepath': lambda p: list(p),
'calibpath': lambda p: list(p),
'orbitpath': 'min',
'geometry': lambda g: g.unary_union
})
Expand Down

0 comments on commit 626b961

Please sign in to comment.