(mintpy) mcoo951@sc-cer00279:~/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/mintpy$ smallbaselineApp.py input.txt --dostep correct_troposphere
MintPy release version v1.3.0-34, release date 2021-05-22
--RUN-at-2021-05-26 19:54:19.042344--
Current directory: /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/mintpy
Run routine processing with smallbaselineApp.py on steps: ['correct_troposphere']
Remaining steps: ['deramp', 'correct_topography', 'residual_RMS', 'reference_date', 'velocity', 'geocode', 'google_earth', 'hdfeos5']
--------------------------------------------------
Project name: input
Go to work directory: /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/mintpy
read custom template file: /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/mintpy/input.txt
update default template based on input custom template
mintpy.load.metaFile: /home/mcoo951/ressci201900043-insar-data/Vault/wallis/reference/IW\*.xml --> /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/reference/IW*.xml
mintpy.load.unwFile: /home/mcoo951/ressci201900043-insar-data/Vault/wallis/merged/interferograms/\*/filt_\*.unw --> /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/merged/interferograms/*/filt_*.unw
mintpy.load.corFile: /home/mcoo951/ressci201900043-insar-data/Vault/wallis/merged/interferograms/\*/filt_\*.cor --> /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/merged/interferograms/*/filt_*.cor
mintpy.load.connCompFile: /home/mcoo951/ressci201900043-insar-data/Vault/wallis/merged/interferograms/\*/filt_\*.unw.conncomp --> /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/merged/interferograms/*/filt_*.unw.conncomp
mintpy.load.azOffFile: /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/coreg_secondarys/\*/IW1/azimuth_\*.off --> auto
mintpy.load.rgOffFile: /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/coreg_secondarys/\*/IW1/range_\*.off --> auto
copy smallbaselineApp.cfg to inputs directory for backup.
copy smallbaselineApp.cfg to pic directory for backup.
read default template file: /home/mcoo951/ressci201900043-insar-data/isce/Projects/mintpy/Richardson/mintpy/smallbaselineApp.cfg
******************** step - correct_troposphere ********************
Atmospheric correction using Weather Re-analysis dataset (PyAPS, Jolivet et al., 2011)
Weather Re-analysis dataset: ERA5
Traceback (most recent call last):
File "/data/MintPy/MintPy/mintpy/tropo_pyaps3.py", line 20, in <module>
import pyaps3 as pa
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/MintPy/MintPy/mintpy/smallbaselineApp.py", line 1255, in <module>
main(sys.argv[1:])
File "/data/MintPy/MintPy/mintpy/smallbaselineApp.py", line 1237, in main
app.run(steps=inps.runSteps)
File "/data/MintPy/MintPy/mintpy/smallbaselineApp.py", line 1053, in run
self.run_tropospheric_delay_correction(sname)
File "/data/MintPy/MintPy/mintpy/smallbaselineApp.py", line 807, in run_tropospheric_delay_correction
from mintpy import tropo_pyaps3
File "/data/MintPy/MintPy/mintpy/tropo_pyaps3.py", line 22, in <module>
raise ImportError('Cannot import pyaps3!')
ImportError: Cannot import pyaps3!