StAMPS preprocessor and stackprocessors minor modification (#309)

* Excess backslash on the slc_stack_path variable

* Removed unused imp library

* Removed unused imp library

* Removed unused imp library

* Fixed spacing on the datetime library

* Fixed spacing on the datetime library

* Removed unused imp library and fixed spacing on the datetime library

* Removed unused imp library and fixed spacing on the datetime library

* Removed unused imp library

* Removed unused imp library

* Fixed spacing on the datetime library
LT1AB
Bryan Marfito 2021-07-21 13:16:55 +08:00 committed by GitHub
parent 36b6cdff06
commit 0fab300464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
#Author: Heresh Fattahi
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime

View File

@ -2,10 +2,10 @@
# Author: Heresh Fattahi
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime
import datetime
import time
import numpy as np
import shelve

View File

@ -2,10 +2,10 @@
#Author: Heresh Fattahi
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime
import datetime
import time
import numpy as np
import shelve

View File

@ -2,7 +2,7 @@
#Author: Heresh Fattahi
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime

View File

@ -3,10 +3,10 @@
#Author: Heresh Fattahi
#Copyright 2016
######################
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime
import datetime
import time
import numpy as np
#################################################################

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python3
########################
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime
import datetime
import time
import numpy as np
import matplotlib.pyplot as plt

View File

@ -6,10 +6,10 @@
#######################
import os, imp, sys, glob
import os, sys, glob
import argparse
import configparser
import datetime
import datetime
import numpy as np
import isce
import isceobj

View File

@ -89,7 +89,7 @@ if (( "$slc_stack_path" == "" ) || ( "$reference_date" == "" ) || ( "$lambda" ==
endif
# make sure the slash is added in case the variable is not empty
set slc_stack_path = `echo ${slc_stack_path}/`
set slc_stack_path = `echo ${slc_stack_path}`
echo
echo -------------------------------
echo Stack path is: $slc_stack_path