Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Aug 24, 2024
1 parent f671d69 commit 2c8d5d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pygmtsar/pygmtsar/PRM_gmtsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ def resamp(self, repeatPRM, repeatSLC_tofile, interp, debug=False):
#print ('descriptor 2', pipe2[1])

# Usage: resamp master.PRM repeat.PRM new_repeat.PRM new_repeat.SLC interp
#
#cmd = f'resamp /dev/stdin /dev/fd/{pipe1[0]} /dev/fd/{pipe2[1]} /dev/stdout {intrp} | sponge ___'
#cwd = os.path.dirname(self.filename) if self.filename is not None else '.'
#p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
# stderr=subprocess.PIPE, pass_fds=[pipe1[0], pipe2[1]],
# cwd=cwd, encoding='utf8', shell=True)
argv = ['resamp', f'/dev/stdin', f'/dev/fd/{pipe1[0]}',
f'/dev/fd/{pipe2[1]}', SLC_tmpname, str(interp)]
if debug:
Expand Down

0 comments on commit 2c8d5d5

Please sign in to comment.