[MSNoise] I got a question when I'm using MSNoise 1.6

Matthew Agius matthew.agius at um.edu.mt
Tue May 23 13:56:17 UTC 2023


Hi Thomas,


   - I uninstalled and installed msnoise. I downloaded the file and
   installed using pip (see below)
   - I did the msnoise test and unfortunately, it still fails like before.
   Can you provide the list of packages and exact versions needed for msnoise?
   - On another note, some commands of msnoise seem to have changed for
   example, msnoise db update_loc_chan gives out Usage: msnoise db [OPTIONS]
   COMMAND [ARGS]...  Try 'msnoise db --help' for help. Error: No such command
   'update_loc_chan'.


pip uninstall msnoise --no-cache-dir

wget http://msnoise.org/master.zip
--2023-05-23 14:23:04--  http://msnoise.org/master.zip
Resolving msnoise.org (msnoise.org)... 193.190.230.31
Connecting to msnoise.org (msnoise.org)|193.190.230.31|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/ROBelgium/MSNoise/archive/master.zip
[following]
--2023-05-23 14:23:04--
https://github.com/ROBelgium/MSNoise/archive/master.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location:
https://codeload.github.com/ROBelgium/MSNoise/zip/refs/heads/master
[following]
--2023-05-23 14:23:04--
https://codeload.github.com/ROBelgium/MSNoise/zip/refs/heads/master
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’

master.zip                                         [                  <=>
                                                                          ]
 37.67M  7.98MB/s    in 4.6s

2023-05-23 14:23:09 (8.24 MB/s) - ‘master.zip’ saved [39504817]


(msnoise) sigma at sigma:~/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise$ pip
install master.zip
Processing ./master.zip
  Preparing metadata (setup.py) ... done
Requirement already satisfied: setuptools in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (67.7.2)
Requirement already satisfied: numpy>=1.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.22.3)
Requirement already satisfied: scipy in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.7.3)
Requirement already satisfied: pandas in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (2.0.1)
Requirement already satisfied: matplotlib in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (3.5.1)
Requirement already satisfied: sqlalchemy<2 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.4.32)
Requirement already satisfied: obspy in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.3.0)
Requirement already satisfied: click in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (8.1.3)
Requirement already satisfied: pymysql in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.0.3)
Requirement already satisfied: flask in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (2.1.3)
Requirement already satisfied: flask-admin in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.6.1)
Requirement already satisfied: flask-wtf in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.1.1)
Requirement already satisfied: markdown in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (3.4.3)
Requirement already satisfied: folium in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (0.13.0)
Requirement already satisfied: wtforms in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (2.3.3)
Requirement already satisfied: jinja2 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (3.0.2)
Requirement already satisfied: scandir in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.10.0)
Requirement already satisfied: logbook in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (1.5.3)
Requirement already satisfied: xarray in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
msnoise==0.0.0+archive) (2023.5.0)
Requirement already satisfied: greenlet!=0.4.17 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
sqlalchemy<2->msnoise==0.0.0+archive) (1.1.1)
Requirement already satisfied: Werkzeug>=2.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
flask->msnoise==0.0.0+archive) (2.0.3)
Requirement already satisfied: itsdangerous>=2.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
flask->msnoise==0.0.0+archive) (2.0.1)
Requirement already satisfied: MarkupSafe>=2.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
jinja2->msnoise==0.0.0+archive) (2.0.1)
Requirement already satisfied: branca>=0.3.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
folium->msnoise==0.0.0+archive) (0.4.2)
Requirement already satisfied: requests in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
folium->msnoise==0.0.0+archive) (2.27.1)
Requirement already satisfied: cycler>=0.10 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (4.29.1)
Requirement already satisfied: kiwisolver>=1.0.1 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (1.3.1)
Requirement already satisfied: packaging>=20.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (21.3)
Requirement already satisfied: pillow>=6.2.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (9.0.1)
Requirement already satisfied: pyparsing>=2.2.1 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (3.0.7)
Requirement already satisfied: python-dateutil>=2.7 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
matplotlib->msnoise==0.0.0+archive) (2.8.2)
Requirement already satisfied: lxml in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
obspy->msnoise==0.0.0+archive) (4.8.0)
Requirement already satisfied: decorator in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
obspy->msnoise==0.0.0+archive) (5.1.1)
Requirement already satisfied: pytz>=2020.1 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
pandas->msnoise==0.0.0+archive) (2021.3)
Requirement already satisfied: tzdata>=2022.1 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
pandas->msnoise==0.0.0+archive) (2023.3)
Requirement already satisfied: six>=1.5 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
python-dateutil>=2.7->matplotlib->msnoise==0.0.0+archive) (1.16.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
requests->folium->msnoise==0.0.0+archive) (1.26.8)
Requirement already satisfied: certifi>=2017.4.17 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
requests->folium->msnoise==0.0.0+archive) (2023.5.7)
Requirement already satisfied: charset-normalizer~=2.0.0 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
requests->folium->msnoise==0.0.0+archive) (2.0.12)
Requirement already satisfied: idna<4,>=2.5 in
/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
requests->folium->msnoise==0.0.0+archive) (3.3)
Building wheels for collected packages: msnoise
  Building wheel for msnoise (setup.py) ... done
  Created wheel for msnoise:
filename=msnoise-0.0.0+archive-py3-none-any.whl size=30746693
sha256=7a48e4f649fe808de5b577a6f9d1dcf1304e51174eb40f059325831cd4722e7e
  Stored in directory:
/tmp/pip-ephem-wheel-cache-ur_479ur/wheels/87/89/7c/796865dd4bbe9f01da2a7015d602692ae19e12eb15405aabc7
Successfully built msnoise
Installing collected packages: msnoise
Successfully installed msnoise-0.0.0+archive



On Mon, May 22, 2023 at 2:52 PM Thomas Lecocq <Thomas.Lecocq at seismology.be>
wrote:

> Hey,
>
> Actually no, there is something wrong with the msnoise version, as this
> df['err'][tmp] e.g. should not be in the compute_dtt file anymore ...
>
> I know there are issues with msnoise being installed from github due to
> the version string being 0.0.0 so maybe your system is not installing
> it. Could you test manually downloading the zip and , after pip
> uninstalling msnoise again, do the install from the zip?
>
> Thomas
>
> On 22/05/2023 14:40, Matthew Agius wrote:
> > Dear Thomas,
> >
> > Thanks for reachingout.
> >
> >
> > msnoise  bugreport
> > Let's Bug Report MSNoise !
> >
> > ************* Computer Report *************
> > ----------------+PYTHON+-------------------
> > Python:3.10.0 (default, Mar  3 2022, 09:58:08) [GCC 7.5.0]
> >
> > This script is at msnoise-test/msnoise/bugreport.py
> >
> > (msnoise) sigma at sigma:~/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise-test$
> > msnoise  bugreport -a
> > Let's Bug Report MSNoise !
> > Traceback (most recent call last):
> >    File "/home/sigma/anaconda3/envs/msnoise/bin/msnoise", line 8, in
> <module>
> >      sys.exit(run())
> >    File
> >
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise-test/msnoise/scripts/msnoise.py",
> > line 1203, in run
> >      cli(obj={})
> >    File
> >
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/click/core.py",
> > line 1130, in __call__
> >      return self.main(*args, **kwargs)
> >    File
> >
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/click/core.py",
> > line 1055, in main
> >      rv = self.invoke(ctx)
> >    File
> >
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/click/core.py",
> > line 1657, in invoke
> >      return _process_result(sub_ctx.command.invoke(sub_ctx))
> >    File
> >
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/click/core.py",
> > line 1404, in invoke
> >      return ctx.invoke(self.callback, **ctx.params)
> >    File
> >
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/click/core.py",
> > line 760, in invoke
> >      return __callback(*args, **kwargs)
> >    File
> >
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/click/decorators.py",
> > line 26, in new_func
> >      return f(get_current_context(), *args, **kwargs)
> >    File
> >
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise-test/msnoise/scripts/msnoise.py",
> > line 578, in bugreport
> >      main(sys, modules, env, all)
> >    File
> >
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise-test/msnoise/bugreport.py",
> > line 27, in main
> >      output += "\n" + " - ".join(platform.linux_distribution())
> > AttributeError: module 'platform' has no attribute 'linux_distribution'
> >
> >
> >
> >
> > Here is the conda list:
> >
> > # Name                    Version                   Build  Channel
> > _libgcc_mutex             0.1                 conda_forge    conda-forge
> > _openmp_mutex             4.5                       1_gnu    conda-forge
> > alabaster                 0.7.12             pyhd3eb1b0_0
> > arrow                     1.2.2              pyhd3eb1b0_0
> > astroid                   2.11.7          py310h06a4308_0
> > asttokens                 2.0.5              pyhd8ed1ab_0    conda-forge
> > atomicwrites              1.4.0                      py_0
> > attrs                     21.4.0             pyhd3eb1b0_0
> > autopep8                  1.6.0              pyhd3eb1b0_1
> > babel                     2.9.1              pyhd3eb1b0_0
> > backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
> > backports                 1.0                        py_2    conda-forge
> > backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0
> conda-forge
> > beautifulsoup4            4.11.1          py310h06a4308_0
> > binaryornot               0.4.4              pyhd3eb1b0_1
> > black                     22.6.0          py310h06a4308_0
> > blas                      1.0                         mkl
> > bleach                    4.1.0              pyhd3eb1b0_0
> > blosc                     1.21.0               h8c45485_0
> > bottleneck                1.3.2           py310h9102076_1
> > branca                    0.4.2              pyhd8ed1ab_0    conda-forge
> > brotli                    1.0.9                h7f98852_6    conda-forge
> > brotli-bin                1.0.9                h7f98852_6    conda-forge
> > brotlipy                  0.7.0           py310h6acc77f_1003
> conda-forge
> > bzip2                     1.0.8                h7b6447c_0
> > ca-certificates           2023.5.7             hbcca054_0    conda-forge
> > certifi                   2023.5.7           pyhd8ed1ab_0    conda-forge
> > cffi                      1.15.0          py310hd667e15_1
> > chardet                   4.0.0           py310h06a4308_1003
> > charset-normalizer        2.0.12             pyhd8ed1ab_0    conda-forge
> > click                     8.1.3           unix_pyhd8ed1ab_2
> conda-forge
> > cloudpickle               2.0.0              pyhd3eb1b0_0
> > colorama                  0.4.5           py310h06a4308_0
> > cookiecutter              1.7.3              pyhd3eb1b0_0
> > cryptography              36.0.1          py310h685ca39_0    conda-forge
> > cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
> > dataclasses               0.8                pyh6d0b6a4_7
> > datetime                  4.4                      pypi_0    pypi
> > dbus                      1.13.6               he372182_0    conda-forge
> > debugpy                   1.5.1           py310h295c915_0
> > decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
> > defusedxml                0.7.1              pyhd3eb1b0_0
> > diff-match-patch          20200713           pyhd3eb1b0_0
> > dill                      0.3.4              pyhd3eb1b0_0
> > docutils                  0.18.1          py310h06a4308_3
> > entrypoints               0.4             py310h06a4308_0
> > executing                 0.8.3              pyhd8ed1ab_0    conda-forge
> > expat                     2.2.10               h9c3ff4c_0    conda-forge
> > flake8                    4.0.1              pyhd3eb1b0_1
> > flask                     2.1.3              pyhd8ed1ab_0    conda-forge
> > flask-admin               1.6.1              pyhd8ed1ab_0    conda-forge
> > flask-wtf                 1.1.1              pyhd8ed1ab_0    conda-forge
> > folium                    0.13.0             pyhd8ed1ab_0    conda-forge
> > fontconfig                2.13.1               h6c09931_0
> > fonttools                 4.30.0                   pypi_0    pypi
> > freetype                  2.11.0               h70c0345_0
> > future                    0.18.2          py310hff52083_4    conda-forge
> > giflib                    5.2.1                h36c2ea0_2    conda-forge
> > glib                      2.69.1               h4ff587b_1
> > greenlet                  1.1.2                    pypi_0    pypi
> > gst-plugins-base          1.14.0               hbbd80ab_1
> > gstreamer                 1.14.0               h28cd5cc_2
> > h5py                      3.7.0                    pypi_0    pypi
> > hdf5                      1.10.6               hb1b8bf9_0
> > icu                       58.2              hf484d3e_1000    conda-forge
> > idna                      3.3                pyhd8ed1ab_0    conda-forge
> > imagesize                 1.4.1           py310h06a4308_0
> > importlib-metadata        4.8.2           py310h06a4308_0
> > importlib_metadata        4.8.2                hd3eb1b0_0
> > inflection                0.5.1           py310h06a4308_0
> > intel-openmp              2021.4.0          h06a4308_3561
> > intervaltree              3.1.0              pyhd3eb1b0_0
> > ipykernel                 6.9.1           py310h06a4308_0
> > ipython                   7.33.0          py310hff52083_0    conda-forge
> > ipython_genutils          0.2.0              pyhd3eb1b0_1
> > isort                     5.9.3              pyhd3eb1b0_0
> > itsdangerous              2.0.1              pyhd3eb1b0_0
> > jbig                      2.1               h7f98852_2003    conda-forge
> > jedi                      0.18.1          py310hff52083_0    conda-forge
> > jeepney                   0.7.1              pyhd3eb1b0_0
> > jellyfish                 0.9.0           py310h7f8727e_0
> > jinja2                    3.0.2              pyhd3eb1b0_0
> > jinja2-time               0.2.0              pyhd3eb1b0_3
> > jpeg                      9e                   h7f98852_0    conda-forge
> > jsonschema                4.4.0           py310h06a4308_0
> > jupyter_client            7.2.2           py310h06a4308_0
> > jupyter_core              4.10.0          py310h06a4308_0
> > jupyterlab_pygments       0.1.2                      py_0
> > keyring                   23.4.0          py310h06a4308_0
> > kiwisolver                1.3.2                    pypi_0    pypi
> > lazy-object-proxy         1.6.0           py310h7f8727e_0
> > lcms2                     2.12                 hddcbb42_0    conda-forge
> > ld_impl_linux-64          2.35.1               h7274673_9
> > lerc                      2.2.1                h9c3ff4c_0    conda-forge
> > libblas                   3.9.0            12_linux64_mkl    conda-forge
> > libbrotlicommon           1.0.9                h7f98852_6    conda-forge
> > libbrotlidec              1.0.9                h7f98852_6    conda-forge
> > libbrotlienc              1.0.9                h7f98852_6    conda-forge
> > libcblas                  3.9.0            12_linux64_mkl    conda-forge
> > libdeflate                1.7                  h7f98852_5    conda-forge
> > libffi                    3.3                  he6710b0_2
> > libgcc-ng                 11.2.0              h1d223b6_13    conda-forge
> > libgfortran-ng            7.5.0               h14aa051_20    conda-forge
> > libgfortran4              7.5.0               h14aa051_20    conda-forge
> > libgomp                   11.2.0              h1d223b6_13    conda-forge
> > liblapack                 3.9.0            12_linux64_mkl    conda-forge
> > libpng                    1.6.37               h21135ba_2    conda-forge
> > libsodium                 1.0.18               h7b6447c_0
> > libspatialindex           1.9.3                h2531618_0
> > libstdcxx-ng              12.2.0              h46fd767_19    conda-forge
> > libtiff                   4.2.0                h85742a9_0
> > libuuid                   1.0.3                h7f8727e_2
> > libwebp                   1.2.2                h55f646e_0
> > libwebp-base              1.2.2                h7f98852_1    conda-forge
> > libxcb                    1.13              h7f98852_1004    conda-forge
> > libxml2                   2.9.12               h03d6c58_0
> > libxslt                   1.1.34               hc22bd24_0
> > logbook                   1.5.3           py310h6acc77f_5    conda-forge
> > lxml                      4.8.0           py310ha5446b1_0    conda-forge
> > lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
> > lzo                       2.10                 h7b6447c_2
> > markdown                  3.4.3              pyhd8ed1ab_0    conda-forge
> > markupsafe                2.0.1           py310h7f8727e_0
> > matplotlib                3.5.1           py310hff52083_0    conda-forge
> > matplotlib-base           3.5.1           py310ha18d171_0
> > matplotlib-inline         0.1.3              pyhd8ed1ab_0    conda-forge
> > mccabe                    0.6.1           py310h06a4308_2
> > mistune                   0.8.4           py310h7f8727e_1000
> > mkl                       2021.4.0           h06a4308_640
> > mkl-service               2.4.0           py310ha2c4b55_0    conda-forge
> > mkl_fft                   1.3.1           py310hd6ae3a3_0
> > mkl_random                1.2.2           py310h00e6091_0
> > mock                      4.0.3              pyhd3eb1b0_0
> > msnoise                   0.0.0+archive            pypi_0    pypi
> > munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
> > mypy_extensions           0.4.3           py310h06a4308_0
> > nbclient                  0.5.13          py310h06a4308_0
> > nbconvert                 6.4.4           py310h06a4308_0
> > nbformat                  5.3.0           py310h06a4308_0
> > ncurses                   6.3                  h7f8727e_2
> > nest-asyncio              1.5.5           py310h06a4308_0
> > numexpr                   2.7.3           py310hd732450_1
> > numpy                     1.22.3          py310h4ef5377_2    conda-forge
> > numpydoc                  1.4.0           py310h06a4308_0
> > obspy                     1.3.0           py310hde88566_0    conda-forge
> > openssl                   1.1.1t               h7f8727e_0
> > packaging                 21.3               pyhd8ed1ab_0    conda-forge
> > pandas                    2.0.1                    pypi_0    pypi
> > pandocfilters             1.5.0              pyhd3eb1b0_0
> > parso                     0.8.3              pyhd8ed1ab_0    conda-forge
> > pathspec                  0.9.0           py310h06a4308_0
> > patsy                     0.5.2              pyhd8ed1ab_0    conda-forge
> > pcre                      8.45                 h9c3ff4c_0    conda-forge
> > pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
> > pickleshare               0.7.5                   py_1003    conda-forge
> > pillow                    9.0.1                    pypi_0    pypi
> > pip                       23.1.2                   pypi_0    pypi
> > platformdirs              2.4.0              pyhd3eb1b0_0
> > pluggy                    1.0.0           py310h06a4308_1
> > poyo                      0.5.0              pyhd3eb1b0_0
> > prompt-toolkit            3.0.28                   pypi_0    pypi
> > psutil                    5.9.0           py310h5eee18b_0
> > pthread-stubs             0.4               h36c2ea0_1001    conda-forge
> > ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
> > pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
> > pycodestyle               2.8.0              pyhd3eb1b0_0
> > pycparser                 2.21               pyhd8ed1ab_0    conda-forge
> > pydocstyle                6.1.1              pyhd3eb1b0_0
> > pyflakes                  2.4.0              pyhd3eb1b0_0
> > pygments                  2.11.2             pyhd8ed1ab_0    conda-forge
> > pylint                    2.14.5          py310h06a4308_0
> > pyls-spyder               0.4.0              pyhd3eb1b0_0
> > pymysql                   1.0.3              pyhd8ed1ab_0    conda-forge
> > pyopenssl                 22.0.0             pyhd8ed1ab_0    conda-forge
> > pyparsing                 3.0.7              pyhd8ed1ab_0    conda-forge
> > pyqt                      5.9.2           py310h295c915_6
> > pyrsistent                0.18.0          py310h7f8727e_0
> > pysocks                   1.7.1           py310hff52083_4    conda-forge
> > pytables                  3.6.1           py310hadd16c1_1
> > python                    3.10.0               h12debd9_5
> > python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
> > python-fastjsonschema     2.15.1             pyhd3eb1b0_0
> > python-lsp-black          1.0.0              pyhd3eb1b0_0
> > python-lsp-jsonrpc        1.0.0              pyhd3eb1b0_0
> > python-lsp-server         1.3.3              pyhd3eb1b0_0
> > python-slugify            5.0.2              pyhd3eb1b0_0
> > python_abi                3.10                    2_cp310    conda-forge
> > pytz                      2021.3             pyhd8ed1ab_0    conda-forge
> > pyxdg                     0.27               pyhd3eb1b0_0
> > pyyaml                    6.0                      pypi_0    pypi
> > pyzmq                     22.3.0          py310h295c915_2
> > qdarkstyle                3.0.2              pyhd3eb1b0_0
> > qstylizer                 0.1.10             pyhd3eb1b0_0
> > qt                        5.9.7                h5867ecd_1
> > qtawesome                 1.0.3              pyhd3eb1b0_0
> > qtconsole                 5.2.2              pyhd3eb1b0_0
> > qtpy                      2.0.1              pyhd3eb1b0_0
> > readline                  8.1.2                h7f8727e_1
> > requests                  2.27.1             pyhd8ed1ab_0    conda-forge
> > rope                      0.22.0             pyhd3eb1b0_0
> > rtree                     0.9.7           py310h06a4308_1
> > scandir                   1.10.0                   pypi_0    pypi
> > scipy                     1.8.0                    pypi_0    pypi
> > secretstorage             3.3.1           py310h06a4308_0
> > setuptools                67.7.2             pyhd8ed1ab_0    conda-forge
> > sip                       4.19.13         py310h295c915_0
> > six                       1.16.0             pyh6c4a22f_0    conda-forge
> > snowballstemmer           2.2.0              pyhd3eb1b0_0
> > sortedcontainers          2.4.0              pyhd3eb1b0_0
> > soupsieve                 2.3.1              pyhd3eb1b0_0
> > sphinx                    5.0.2           py310h06a4308_0
> > sphinxcontrib-applehelp   1.0.2              pyhd3eb1b0_0
> > sphinxcontrib-devhelp     1.0.2              pyhd3eb1b0_0
> > sphinxcontrib-htmlhelp    2.0.0              pyhd3eb1b0_0
> > sphinxcontrib-jsmath      1.0.1              pyhd3eb1b0_0
> > sphinxcontrib-qthelp      1.0.3              pyhd3eb1b0_0
> > sphinxcontrib-serializinghtml 1.1.5              pyhd3eb1b0_0
> > spyder                    5.2.2           py310h06a4308_1
> > spyder-kernels            2.2.1           py310h06a4308_0
> > sqlalchemy                1.4.32          py310h5764c6d_0    conda-forge
> > sqlite                    3.37.2               hc218d9a_0
> > stack_data                0.2.0              pyhd8ed1ab_0    conda-forge
> > statsmodels               0.13.2                   pypi_0    pypi
> > testpath                  0.6.0           py310h06a4308_0
> > text-unidecode            1.3                pyhd3eb1b0_0
> > textdistance              4.2.1              pyhd3eb1b0_0
> > three-merge               0.1.1              pyhd3eb1b0_0
> > tinycss                   0.4             pyhd3eb1b0_1002
> > tk                        8.6.11               h1ccaba5_0
> > toml                      0.10.2             pyhd3eb1b0_0
> > tomli                     2.0.1           py310h06a4308_0
> > tomlkit                   0.11.1          py310h06a4308_0
> > tornado                   6.1             py310h6acc77f_2    conda-forge
> > traitlets                 5.1.1              pyhd8ed1ab_0    conda-forge
> > typing_extensions         4.3.0           py310h06a4308_0
> > tzdata                    2023.3                   pypi_0    pypi
> > ujson                     5.1.0           py310h295c915_0
> > unicodedata2              14.0.0          py310h6acc77f_0    conda-forge
> > unidecode                 1.2.0              pyhd3eb1b0_0
> > urllib3                   1.26.8             pyhd8ed1ab_1    conda-forge
> > watchdog                  2.1.6           py310h06a4308_0
> > wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
> > webencodings              0.5.1           py310h06a4308_1
> > werkzeug                  2.0.3              pyhd3eb1b0_0
> > wheel                     0.37.1             pyhd3eb1b0_0
> > wrapt                     1.14.1          py310h5eee18b_0
> > wtforms                   2.3.3                    pypi_0    pypi
> > wurlitzer                 3.0.2           py310h06a4308_0
> > xarray                    2023.5.0                 pypi_0    pypi
> > xorg-libxau               1.0.9                h7f98852_0    conda-forge
> > xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
> > xz                        5.2.5                h7b6447c_0
> > yaml                      0.2.5                h7b6447c_0
> > yapf                      0.31.0             pyhd3eb1b0_0
> > zeromq                    4.3.4                h2531618_0
> > zipp                      3.7.0              pyhd3eb1b0_0
> > zlib                      1.2.11               h7f8727e_4
> > zope-interface            5.4.0                    pypi_0    pypi
> > zstd                      1.4.9                haebb681_0
> >
> > On Mon, May 22, 2023 at 2:20 PM Thomas Lecocq <
> Thomas.Lecocq at seismology.be>
> > wrote:
> >
> >> Hey Matt,
> >>
> >> Seems there is something with your conda environment, could you export
> >> the package list / or msnoise utils bugreport?
> >>
> >> thomas
> >>
> >> On 19/05/2023 14:11, Matthew Agius wrote:
> >>> The dev version is giving the same error.
> >>>
> >>>
> >>>
> >>>
> >>> On Fri, May 19, 2023 at 2:05 PM Thomas Lecocq <
> >> Thomas.Lecocq at seismology.be>
> >>> wrote:
> >>>
> >>>> Matthew,
> >>>>
> >>>> Yay, then the dev version is the way to go, in all cases it's better
> to
> >>>> use this as I should release msnoise 2 sometime soon...
> >>>>
> >>>> Tom
> >>>>
> >>>> Le 19 mai 2023 13:48, Matthew Agius <matthew.agius at um.edu.mt> a
> écrit :
> >>>>
> >>>> I did, unfortunately no luck :(
> >>>>
> >>>> Here is all the output
> >>>>
> >>>>
> >>>>
> >>>> pip uninstall msnoise --no-cache-dir
> >>>> Found existing installation: msnoise 0.0.0+archive
> >>>> Uninstalling msnoise-0.0.0+archive:
> >>>>     Would remove:
> >>>>       /home/sigma/anaconda3/envs/msnoise/bin/msnoise
> >>>>
> >>>>
> >>
> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/msnoise-0.0.0+archive.dist-info/*
> >>>>
> >>>>
> >>
> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/msnoise/*
> >>>> Proceed (Y/n)? y
> >>>>     Successfully uninstalled msnoise-0.0.0+archive
> >>>>
> >>>> (msnoise) sigma at sigma:~/msnoise$ pip install
> >> http://msnoise.org/master.zip
> >>>> Collecting http://msnoise.org/master.zip
> >>>>     Using cached http://msnoise.org/master.zip
> >>>>     Preparing metadata (setup.py) ... done
> >>>> Requirement already satisfied: setuptools in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (60.9.3)
> >>>> Requirement already satisfied: numpy>=1.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.22.3)
> >>>> Requirement already satisfied: scipy in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.7.3)
> >>>> Requirement already satisfied: pandas in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.4.1)
> >>>> Requirement already satisfied: matplotlib in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (3.5.1)
> >>>> Requirement already satisfied: sqlalchemy<2 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.4.32)
> >>>> Requirement already satisfied: obspy in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.3.0)
> >>>> Requirement already satisfied: click in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (8.0.4)
> >>>> Requirement already satisfied: pymysql in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.0.3)
> >>>> Requirement already satisfied: flask in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (2.0.3)
> >>>> Requirement already satisfied: flask-admin in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.6.0)
> >>>> Requirement already satisfied: flask-wtf in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.0.0)
> >>>> Requirement already satisfied: markdown in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (3.4.3)
> >>>> Requirement already satisfied: folium in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (0.12.1.post1)
> >>>> Requirement already satisfied: wtforms in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (2.3.3)
> >>>> Requirement already satisfied: jinja2 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (3.0.2)
> >>>> Requirement already satisfied: scandir in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.10.0)
> >>>> Requirement already satisfied: logbook in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (1.5.3)
> >>>> Requirement already satisfied: xarray in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> msnoise==0.0.0+archive) (2023.5.0)
> >>>> Requirement already satisfied: greenlet!=0.4.17 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> sqlalchemy<2->msnoise==0.0.0+archive) (1.1.1)
> >>>> Requirement already satisfied: Werkzeug>=2.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> flask->msnoise==0.0.0+archive) (2.0.3)
> >>>> Requirement already satisfied: itsdangerous>=2.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> flask->msnoise==0.0.0+archive) (2.0.1)
> >>>> Requirement already satisfied: MarkupSafe>=2.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> jinja2->msnoise==0.0.0+archive) (2.0.1)
> >>>> Requirement already satisfied: branca>=0.3.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> folium->msnoise==0.0.0+archive) (0.4.2)
> >>>> Requirement already satisfied: requests in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> folium->msnoise==0.0.0+archive) (2.27.1)
> >>>> Requirement already satisfied: cycler>=0.10 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (0.11.0)
> >>>> Requirement already satisfied: fonttools>=4.22.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (4.29.1)
> >>>> Requirement already satisfied: kiwisolver>=1.0.1 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (1.3.1)
> >>>> Requirement already satisfied: packaging>=20.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (21.3)
> >>>> Requirement already satisfied: pillow>=6.2.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (9.0.1)
> >>>> Requirement already satisfied: pyparsing>=2.2.1 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (3.0.7)
> >>>> Requirement already satisfied: python-dateutil>=2.7 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> matplotlib->msnoise==0.0.0+archive) (2.8.2)
> >>>> Requirement already satisfied: lxml in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> obspy->msnoise==0.0.0+archive) (4.8.0)
> >>>> Requirement already satisfied: decorator in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> obspy->msnoise==0.0.0+archive) (5.1.1)
> >>>> Requirement already satisfied: pytz>=2020.1 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> pandas->msnoise==0.0.0+archive) (2021.3)
> >>>> Requirement already satisfied: six>=1.5 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> python-dateutil>=2.7->matplotlib->msnoise==0.0.0+archive) (1.16.0)
> >>>> Requirement already satisfied: urllib3<1.27,>=1.21.1 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> requests->folium->msnoise==0.0.0+archive) (1.26.8)
> >>>> Requirement already satisfied: certifi>=2017.4.17 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> requests->folium->msnoise==0.0.0+archive) (2023.5.7)
> >>>> Requirement already satisfied: charset-normalizer~=2.0.0 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> requests->folium->msnoise==0.0.0+archive) (2.0.12)
> >>>> Requirement already satisfied: idna<4,>=2.5 in
> >>>> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages (from
> >>>> requests->folium->msnoise==0.0.0+archive) (3.3)
> >>>> Building wheels for collected packages: msnoise
> >>>>     Building wheel for msnoise (setup.py) ... done
> >>>>     Created wheel for msnoise:
> >>>> filename=msnoise-0.0.0+archive-py3-none-any.whl size=30746703
> >>>>
> sha256=9b7591163e0a85d4897c02c55dfb6980efb968478b7ea2eda078ef5c0f512af2
> >>>>     Stored in directory:
> >>>>
> >>
> /tmp/pip-ephem-wheel-cache-y3txvpg1/wheels/fd/2a/64/54f2fb201d5ff8ea4d5ecfdb8badbfcec62ea088c37436ef09
> >>>> Successfully built msnoise
> >>>> Installing collected packages: msnoise
> >>>> Successfully installed msnoise-0.0.0+archive
> >>>>
> >>>>
> >>>> (msnoise) sigma at sigma:~/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise$
> >>>> msnoise
> >>>> test
> >>>> Tests will be executed in /tmp/tmplckowxim
> >>>> test_001_S01installer (msnoise.test.tests.MSNoiseTests) ...
> Installation
> >>>> Done! - Go to Configuration Step!
> >>>> ok
> >>>> test_002_ConnectToDB (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_003_set_and_config (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_004_set_and_get_filters (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_005_populate_station_table (msnoise.test.tests.MSNoiseTests) ...
> >>>>>> Populating the Station table
> >>>> Adding: YA UV05
> >>>> Adding: YA UV06
> >>>> Adding: YA UV10
> >>>> ok
> >>>> test_006_get_stations (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_007_update_stations (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_008_scan_archive (msnoise.test.tests.MSNoiseTests) ... 2023-05-19
> >>>> 11:45:38.574315 msnoise [INFO]: *** Starting: Scan Archive ***
> >>>> 2023-05-19 11:45:38.574784 msnoise [INFO]: Will work on 1 thread(s)
> >>>> 2023-05-19 11:45:38.574821 msnoise [INFO]: Initializing: updating
> >>>> availability using the whole archive (should be run only once)
> >>>> 2023-05-19 11:45:38.577867 msnoise [INFO]: Will search for files
> between
> >>>> 1970-01-01 and 2021-01-01.
> >>>> 2023-05-19 11:45:38.592934 msnoise [INFO]: Scanning 3 directories...
> >>>> 2023-05-19 11:45:38.593420 msnoise [pid 61659][DEBUG]: scanning dir
> >>>> /tmp/tmplckowxim/data/2010/UV05/HHZ.D
> >>>> 2023-05-19 11:45:38.593487 msnoise [pid 61659][DEBUG]: Found 1 files
> in
> >>>> /tmp/tmplckowxim/data/2010/UV05/HHZ.D
> >>>> 2023-05-19 11:45:38.728796 msnoise [pid 61659][INFO]:
> >>>> /tmp/tmplckowxim/data/2010/UV05/HHZ.D: Added 1 | Modified 0 |
> Unchanged
> >> 0
> >>>> 2023-05-19 11:45:38.728860 msnoise [pid 61659][DEBUG]: scanning dir
> >>>> /tmp/tmplckowxim/data/2010/UV06/HHZ.D
> >>>> 2023-05-19 11:45:38.728927 msnoise [pid 61659][DEBUG]: Found 1 files
> in
> >>>> /tmp/tmplckowxim/data/2010/UV06/HHZ.D
> >>>> 2023-05-19 11:45:38.737712 msnoise [pid 61659][INFO]:
> >>>> /tmp/tmplckowxim/data/2010/UV06/HHZ.D: Added 1 | Modified 0 |
> Unchanged
> >> 0
> >>>> 2023-05-19 11:45:38.737777 msnoise [pid 61659][DEBUG]: scanning dir
> >>>> /tmp/tmplckowxim/data/2010/UV10/HHZ.D
> >>>> 2023-05-19 11:45:38.737847 msnoise [pid 61659][DEBUG]: Found 1 files
> in
> >>>> /tmp/tmplckowxim/data/2010/UV10/HHZ.D
> >>>> 2023-05-19 11:45:38.745627 msnoise [pid 61659][INFO]:
> >>>> /tmp/tmplckowxim/data/2010/UV10/HHZ.D: Added 1 | Modified 0 |
> Unchanged
> >> 0
> >>>> 2023-05-19 11:45:38.745696 msnoise [pid 61659][INFO]: *** Finished:
> Scan
> >>>> Archive ***
> >>>> 2023-05-19 11:45:38.745732 msnoise [pid 61659][INFO]: It took 0.17
> >> seconds
> >>>> ok
> >>>> test_009_control_data_availability (msnoise.test.tests.MSNoiseTests)
> ...
> >>>> ok
> >>>> test_010_new_jobs (msnoise.test.tests.MSNoiseTests) ... 2023-05-19
> >>>> 11:45:38.751658 msnoise [pid 61659][INFO]: *** Starting: New Jobs ***
> >>>> 2023-05-19 11:45:38.769812 msnoise [pid 61659][DEBUG]: Checking
> plugins'
> >>>> entry points
> >>>> 2023-05-19 11:45:38.770254 msnoise [pid 61659][DEBUG]:
> >>>> components_to_compute is populated, creating cross-station CC jobs
> >>>> 2023-05-19 11:45:38.770298 msnoise [pid 61659][INFO]: Scanning
> >>>> New/Modified
> >>>> files
> >>>> 2023-05-19 11:45:38.776498 msnoise [pid 61659][INFO]: Determining
> >>>> available
> >>>> data for each "updated date"
> >>>> 2023-05-19 11:45:38.777683 msnoise [pid 61659][DEBUG]:
> >> Inserting/Updating
> >>>> 3
> >>>> jobs
> >>>> 2023-05-19 11:45:38.795934 msnoise [pid 61659][INFO]: Inserted 3 jobs
> >>>> 2023-05-19 11:45:38.795995 msnoise [pid 61659][INFO]: *** Finished:
> New
> >>>> Jobs ***
> >>>> ok
> >>>> test_011_control_jobs (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_012_reset_jobs (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_012b_hack_noresample (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_013_s03compute_cc (msnoise.test.tests.MSNoiseTests) ...
> 2023-05-19
> >>>> 11:45:38.838648 msnoise [pid 61659][INFO]: *** Starting: Compute CC
> ***
> >>>> 2023-05-19 11:45:38.857546 msnoise [pid 61659][INFO]: Will compute
> [ZZ]
> >>>> for
> >>>> different stations
> >>>> 2023-05-19 11:45:38.857609 msnoise [pid 61659][INFO]: Will compute []
> >> for
> >>>> single stations
> >>>> 2023-05-19 11:45:38.857642 msnoise [pid 61659][INFO]: Checking if
> there
> >>>> are
> >>>> jobs to do
> >>>> 2023-05-19 11:45:38.858685 msnoise [pid 61659][INFO]: Getting the next
> >> job
> >>>> 2023-05-19 11:45:38.866841 msnoise [pid 61659][INFO]: New CC Job:
> >>>> 2010-09-01 (3 pairs with 3 stations)
> >>>> 2023-05-19 11:45:38.869991 msnoise [pid 61659][DEBUG]: YA.UV05.Z
> >> Reading 1
> >>>> Files
> >>>>
> >>
> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/obspy/io/mseed/core.py:770:
> >>>> UserWarning: The encoding specified in trace.stats.mseed.encoding does
> >> not
> >>>> match the dtype of the data.
> >>>> A suitable encoding will be chosen.
> >>>>     warnings.warn(msg, UserWarning)
> >>>> 2023-05-19 11:45:39.100965 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:39.101074 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:39.434025 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:39.564484 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:39.716034 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:39.721401 msnoise [pid 61659][DEBUG]: YA.UV06.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:39.938813 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:39.938915 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:40.223444 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:40.349984 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:40.496284 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:40.505154 msnoise [pid 61659][DEBUG]: YA.UV10.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:40.716756 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:40.716880 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:41.011174 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:41.137738 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:41.287922 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:41.293279 msnoise [pid 61659][DEBUG]: Starting slides
> >>>> 2023-05-19 11:45:41.294444 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T00:00:00.000000Z - 2010-09-01T00:30:00.000000Z
> >>>> 2023-05-19 11:45:41.330308 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T00:30:00.000000Z - 2010-09-01T01:00:00.000000Z
> >>>> 2023-05-19 11:45:41.350800 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T01:00:00.000000Z - 2010-09-01T01:30:00.000000Z
> >>>> 2023-05-19 11:45:41.370273 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T01:30:00.000000Z - 2010-09-01T02:00:00.000000Z
> >>>> 2023-05-19 11:45:41.389894 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T02:00:00.000000Z - 2010-09-01T02:30:00.000000Z
> >>>> 2023-05-19 11:45:41.409257 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T02:30:00.000000Z - 2010-09-01T03:00:00.000000Z
> >>>> 2023-05-19 11:45:41.428980 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T03:00:00.000000Z - 2010-09-01T03:30:00.000000Z
> >>>> 2023-05-19 11:45:41.448362 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T03:30:00.000000Z - 2010-09-01T04:00:00.000000Z
> >>>> 2023-05-19 11:45:41.468126 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T04:00:00.000000Z - 2010-09-01T04:30:00.000000Z
> >>>> 2023-05-19 11:45:41.487464 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T04:30:00.000000Z - 2010-09-01T05:00:00.000000Z
> >>>> 2023-05-19 11:45:41.507108 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T05:00:00.000000Z - 2010-09-01T05:30:00.000000Z
> >>>> 2023-05-19 11:45:41.527130 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T05:30:00.000000Z - 2010-09-01T06:00:00.000000Z
> >>>> 2023-05-19 11:45:41.546474 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T06:00:00.000000Z - 2010-09-01T06:30:00.000000Z
> >>>> 2023-05-19 11:45:41.566108 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T06:30:00.000000Z - 2010-09-01T07:00:00.000000Z
> >>>> 2023-05-19 11:45:41.585844 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T07:00:00.000000Z - 2010-09-01T07:30:00.000000Z
> >>>> 2023-05-19 11:45:41.605232 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T07:30:00.000000Z - 2010-09-01T08:00:00.000000Z
> >>>> 2023-05-19 11:45:41.624416 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T08:00:00.000000Z - 2010-09-01T08:30:00.000000Z
> >>>> 2023-05-19 11:45:41.644184 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T08:30:00.000000Z - 2010-09-01T09:00:00.000000Z
> >>>> 2023-05-19 11:45:41.663640 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T09:00:00.000000Z - 2010-09-01T09:30:00.000000Z
> >>>> 2023-05-19 11:45:41.683639 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T09:30:00.000000Z - 2010-09-01T10:00:00.000000Z
> >>>> 2023-05-19 11:45:41.703943 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T10:00:00.000000Z - 2010-09-01T10:30:00.000000Z
> >>>> 2023-05-19 11:45:41.723751 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T10:30:00.000000Z - 2010-09-01T11:00:00.000000Z
> >>>> 2023-05-19 11:45:41.744420 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T11:00:00.000000Z - 2010-09-01T11:30:00.000000Z
> >>>> 2023-05-19 11:45:41.765416 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T11:30:00.000000Z - 2010-09-01T12:00:00.000000Z
> >>>> 2023-05-19 11:45:41.785412 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T12:00:00.000000Z - 2010-09-01T12:30:00.000000Z
> >>>> 2023-05-19 11:45:41.805403 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T12:30:00.000000Z - 2010-09-01T13:00:00.000000Z
> >>>> 2023-05-19 11:45:41.825536 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T13:00:00.000000Z - 2010-09-01T13:30:00.000000Z
> >>>> 2023-05-19 11:45:41.845762 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T13:30:00.000000Z - 2010-09-01T14:00:00.000000Z
> >>>> 2023-05-19 11:45:41.866057 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T14:00:00.000000Z - 2010-09-01T14:30:00.000000Z
> >>>> 2023-05-19 11:45:41.886954 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T14:30:00.000000Z - 2010-09-01T15:00:00.000000Z
> >>>> 2023-05-19 11:45:41.909432 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T15:00:00.000000Z - 2010-09-01T15:30:00.000000Z
> >>>> 2023-05-19 11:45:41.935824 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T15:30:00.000000Z - 2010-09-01T16:00:00.000000Z
> >>>> 2023-05-19 11:45:41.963510 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T16:00:00.000000Z - 2010-09-01T16:30:00.000000Z
> >>>> 2023-05-19 11:45:41.991886 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T16:30:00.000000Z - 2010-09-01T17:00:00.000000Z
> >>>> 2023-05-19 11:45:42.016632 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T17:00:00.000000Z - 2010-09-01T17:30:00.000000Z
> >>>> 2023-05-19 11:45:42.038305 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T17:30:00.000000Z - 2010-09-01T18:00:00.000000Z
> >>>> 2023-05-19 11:45:42.059685 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T18:00:00.000000Z - 2010-09-01T18:30:00.000000Z
> >>>> 2023-05-19 11:45:42.079153 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T18:30:00.000000Z - 2010-09-01T19:00:00.000000Z
> >>>> 2023-05-19 11:45:42.098877 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T19:00:00.000000Z - 2010-09-01T19:30:00.000000Z
> >>>> 2023-05-19 11:45:42.118750 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T19:30:00.000000Z - 2010-09-01T20:00:00.000000Z
> >>>> 2023-05-19 11:45:42.138558 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T20:00:00.000000Z - 2010-09-01T20:30:00.000000Z
> >>>> 2023-05-19 11:45:42.158839 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T20:30:00.000000Z - 2010-09-01T21:00:00.000000Z
> >>>> 2023-05-19 11:45:42.178834 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T21:00:00.000000Z - 2010-09-01T21:30:00.000000Z
> >>>> 2023-05-19 11:45:42.198587 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T21:30:00.000000Z - 2010-09-01T22:00:00.000000Z
> >>>> 2023-05-19 11:45:42.217909 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T22:00:00.000000Z - 2010-09-01T22:30:00.000000Z
> >>>> 2023-05-19 11:45:42.237559 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T22:30:00.000000Z - 2010-09-01T23:00:00.000000Z
> >>>> 2023-05-19 11:45:42.257053 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T23:00:00.000000Z - 2010-09-01T23:30:00.000000Z
> >>>> 2023-05-19 11:45:42.276665 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T23:30:00.000000Z - 2010-09-01T23:59:59.950000Z
> >>>> 2023-05-19 11:45:42.316213 msnoise [pid 61659][INFO]: Job Finished. It
> >>>> took
> >>>> 3.45 seconds (preprocess: 2.43 s & process 1.02 s)
> >>>> 2023-05-19 11:45:42.316866 msnoise [pid 61659][INFO]: *** Finished:
> >>>> Compute
> >>>> CC ***
> >>>> ok
> >>>> test_014_check_done_jobs (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_015_check_cc_files (msnoise.test.tests.MSNoiseTests) ... checking
> >>>> STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.MSEED
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.MSEED
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.MSEED
> >>>> ok
> >>>> test_016_update_config (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_017_reset_cc_jobs (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_018_recompute_cc (msnoise.test.tests.MSNoiseTests) ... 2023-05-19
> >>>> 11:45:42.333401 msnoise [pid 61659][INFO]: *** Starting: Compute CC
> ***
> >>>> 2023-05-19 11:45:42.352068 msnoise [pid 61659][INFO]: Will compute
> [ZZ]
> >>>> for
> >>>> different stations
> >>>> 2023-05-19 11:45:42.352125 msnoise [pid 61659][INFO]: Will compute []
> >> for
> >>>> single stations
> >>>> 2023-05-19 11:45:42.352154 msnoise [pid 61659][INFO]: Checking if
> there
> >>>> are
> >>>> jobs to do
> >>>> 2023-05-19 11:45:42.353158 msnoise [pid 61659][INFO]: Getting the next
> >> job
> >>>> 2023-05-19 11:45:42.361361 msnoise [pid 61659][INFO]: New CC Job:
> >>>> 2010-09-01 (3 pairs with 3 stations)
> >>>> 2023-05-19 11:45:42.364267 msnoise [pid 61659][DEBUG]: YA.UV05.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:42.582138 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:42.582274 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:42.883840 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:43.014429 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:43.162435 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:43.167671 msnoise [pid 61659][DEBUG]: YA.UV06.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:43.376873 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:43.377006 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:43.661929 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:43.790411 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:43.950044 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:43.959136 msnoise [pid 61659][DEBUG]: YA.UV10.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:44.164172 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:44.164284 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:44.450313 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:44.578060 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:44.726438 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:44.739984 msnoise [pid 61659][DEBUG]: Starting slides
> >>>> 2023-05-19 11:45:44.741138 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T00:00:00.000000Z - 2010-09-01T00:30:00.000000Z
> >>>> 2023-05-19 11:45:44.764201 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T00:30:00.000000Z - 2010-09-01T01:00:00.000000Z
> >>>> 2023-05-19 11:45:44.784970 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T01:00:00.000000Z - 2010-09-01T01:30:00.000000Z
> >>>> 2023-05-19 11:45:44.806048 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T01:30:00.000000Z - 2010-09-01T02:00:00.000000Z
> >>>> 2023-05-19 11:45:44.828580 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T02:00:00.000000Z - 2010-09-01T02:30:00.000000Z
> >>>> 2023-05-19 11:45:44.848011 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T02:30:00.000000Z - 2010-09-01T03:00:00.000000Z
> >>>> 2023-05-19 11:45:44.869215 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T03:00:00.000000Z - 2010-09-01T03:30:00.000000Z
> >>>> 2023-05-19 11:45:44.892308 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T03:30:00.000000Z - 2010-09-01T04:00:00.000000Z
> >>>> 2023-05-19 11:45:44.912107 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T04:00:00.000000Z - 2010-09-01T04:30:00.000000Z
> >>>> 2023-05-19 11:45:44.933503 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T04:30:00.000000Z - 2010-09-01T05:00:00.000000Z
> >>>> 2023-05-19 11:45:44.955727 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T05:00:00.000000Z - 2010-09-01T05:30:00.000000Z
> >>>> 2023-05-19 11:45:44.976892 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T05:30:00.000000Z - 2010-09-01T06:00:00.000000Z
> >>>> 2023-05-19 11:45:44.997228 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T06:00:00.000000Z - 2010-09-01T06:30:00.000000Z
> >>>> 2023-05-19 11:45:45.016780 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T06:30:00.000000Z - 2010-09-01T07:00:00.000000Z
> >>>> 2023-05-19 11:45:45.036534 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T07:00:00.000000Z - 2010-09-01T07:30:00.000000Z
> >>>> 2023-05-19 11:45:45.056020 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T07:30:00.000000Z - 2010-09-01T08:00:00.000000Z
> >>>> 2023-05-19 11:45:45.075819 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T08:00:00.000000Z - 2010-09-01T08:30:00.000000Z
> >>>> 2023-05-19 11:45:45.096033 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T08:30:00.000000Z - 2010-09-01T09:00:00.000000Z
> >>>> 2023-05-19 11:45:45.115650 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T09:00:00.000000Z - 2010-09-01T09:30:00.000000Z
> >>>> 2023-05-19 11:45:45.135471 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T09:30:00.000000Z - 2010-09-01T10:00:00.000000Z
> >>>> 2023-05-19 11:45:45.155293 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T10:00:00.000000Z - 2010-09-01T10:30:00.000000Z
> >>>> 2023-05-19 11:45:45.175356 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T10:30:00.000000Z - 2010-09-01T11:00:00.000000Z
> >>>> 2023-05-19 11:45:45.194771 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T11:00:00.000000Z - 2010-09-01T11:30:00.000000Z
> >>>> 2023-05-19 11:45:45.214692 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T11:30:00.000000Z - 2010-09-01T12:00:00.000000Z
> >>>> 2023-05-19 11:45:45.234253 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T12:00:00.000000Z - 2010-09-01T12:30:00.000000Z
> >>>> 2023-05-19 11:45:45.253977 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T12:30:00.000000Z - 2010-09-01T13:00:00.000000Z
> >>>> 2023-05-19 11:45:45.273753 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T13:00:00.000000Z - 2010-09-01T13:30:00.000000Z
> >>>> 2023-05-19 11:45:45.293792 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T13:30:00.000000Z - 2010-09-01T14:00:00.000000Z
> >>>> 2023-05-19 11:45:45.314389 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T14:00:00.000000Z - 2010-09-01T14:30:00.000000Z
> >>>> 2023-05-19 11:45:45.333902 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T14:30:00.000000Z - 2010-09-01T15:00:00.000000Z
> >>>> 2023-05-19 11:45:45.353681 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T15:00:00.000000Z - 2010-09-01T15:30:00.000000Z
> >>>> 2023-05-19 11:45:45.373098 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T15:30:00.000000Z - 2010-09-01T16:00:00.000000Z
> >>>> 2023-05-19 11:45:45.393517 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T16:00:00.000000Z - 2010-09-01T16:30:00.000000Z
> >>>> 2023-05-19 11:45:45.412666 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T16:30:00.000000Z - 2010-09-01T17:00:00.000000Z
> >>>> 2023-05-19 11:45:45.432849 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T17:00:00.000000Z - 2010-09-01T17:30:00.000000Z
> >>>> 2023-05-19 11:45:45.453432 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T17:30:00.000000Z - 2010-09-01T18:00:00.000000Z
> >>>> 2023-05-19 11:45:45.474375 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T18:00:00.000000Z - 2010-09-01T18:30:00.000000Z
> >>>> 2023-05-19 11:45:45.493921 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T18:30:00.000000Z - 2010-09-01T19:00:00.000000Z
> >>>> 2023-05-19 11:45:45.513141 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T19:00:00.000000Z - 2010-09-01T19:30:00.000000Z
> >>>> 2023-05-19 11:45:45.532790 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T19:30:00.000000Z - 2010-09-01T20:00:00.000000Z
> >>>> 2023-05-19 11:45:45.552172 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T20:00:00.000000Z - 2010-09-01T20:30:00.000000Z
> >>>> 2023-05-19 11:45:45.571890 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T20:30:00.000000Z - 2010-09-01T21:00:00.000000Z
> >>>> 2023-05-19 11:45:45.593499 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T21:00:00.000000Z - 2010-09-01T21:30:00.000000Z
> >>>> 2023-05-19 11:45:45.615372 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T21:30:00.000000Z - 2010-09-01T22:00:00.000000Z
> >>>> 2023-05-19 11:45:45.635745 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T22:00:00.000000Z - 2010-09-01T22:30:00.000000Z
> >>>> 2023-05-19 11:45:45.657462 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T22:30:00.000000Z - 2010-09-01T23:00:00.000000Z
> >>>> 2023-05-19 11:45:45.679098 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T23:00:00.000000Z - 2010-09-01T23:30:00.000000Z
> >>>> 2023-05-19 11:45:45.698724 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T23:30:00.000000Z - 2010-09-01T23:59:59.950000Z
> >>>> 2023-05-19 11:45:45.748630 msnoise [pid 61659][INFO]: Job Finished. It
> >>>> took
> >>>> 3.39 seconds (preprocess: 2.38 s & process 1.01 s)
> >>>> 2023-05-19 11:45:45.749285 msnoise [pid 61659][INFO]: *** Finished:
> >>>> Compute
> >>>> CC ***
> >>>> ok
> >>>> test_019_check_SACS (msnoise.test.tests.MSNoiseTests) ... checking
> >>>> STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.SAC
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.SAC
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.SAC
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.SAC
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.SAC
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.SAC
> >>>> ok
> >>>> test_020_update_config (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_021_reprocess_BOTH (msnoise.test.tests.MSNoiseTests) ...
> 2023-05-19
> >>>> 11:45:45.766206 msnoise [pid 61659][INFO]: *** Starting: Compute CC
> ***
> >>>> 2023-05-19 11:45:45.787665 msnoise [pid 61659][INFO]: Will compute
> [ZZ]
> >>>> for
> >>>> different stations
> >>>> 2023-05-19 11:45:45.787737 msnoise [pid 61659][INFO]: Will compute []
> >> for
> >>>> single stations
> >>>> 2023-05-19 11:45:45.787782 msnoise [pid 61659][INFO]: Checking if
> there
> >>>> are
> >>>> jobs to do
> >>>> 2023-05-19 11:45:45.789156 msnoise [pid 61659][INFO]: Getting the next
> >> job
> >>>> 2023-05-19 11:45:45.796598 msnoise [pid 61659][INFO]: New CC Job:
> >>>> 2010-09-01 (3 pairs with 3 stations)
> >>>> 2023-05-19 11:45:45.799513 msnoise [pid 61659][DEBUG]: YA.UV05.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:46.026079 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:46.026199 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:46.312500 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:46.440376 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:46.589050 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:46.594436 msnoise [pid 61659][DEBUG]: YA.UV06.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:46.806452 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:46.806583 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:47.099944 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:47.227164 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:47.375621 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:47.384673 msnoise [pid 61659][DEBUG]: YA.UV10.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:45:47.586042 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:45:47.586149 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:45:47.882640 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:45:48.010605 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:45:48.156669 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:45:48.169627 msnoise [pid 61659][DEBUG]: Starting slides
> >>>> 2023-05-19 11:45:48.170758 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T00:00:00.000000Z - 2010-09-01T00:30:00.000000Z
> >>>> 2023-05-19 11:45:48.192879 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T00:30:00.000000Z - 2010-09-01T01:00:00.000000Z
> >>>> 2023-05-19 11:45:48.212298 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T01:00:00.000000Z - 2010-09-01T01:30:00.000000Z
> >>>> 2023-05-19 11:45:48.231962 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T01:30:00.000000Z - 2010-09-01T02:00:00.000000Z
> >>>> 2023-05-19 11:45:48.251346 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T02:00:00.000000Z - 2010-09-01T02:30:00.000000Z
> >>>> 2023-05-19 11:45:48.270916 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T02:30:00.000000Z - 2010-09-01T03:00:00.000000Z
> >>>> 2023-05-19 11:45:48.290530 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T03:00:00.000000Z - 2010-09-01T03:30:00.000000Z
> >>>> 2023-05-19 11:45:48.310132 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T03:30:00.000000Z - 2010-09-01T04:00:00.000000Z
> >>>> 2023-05-19 11:45:48.330050 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T04:00:00.000000Z - 2010-09-01T04:30:00.000000Z
> >>>> 2023-05-19 11:45:48.349585 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T04:30:00.000000Z - 2010-09-01T05:00:00.000000Z
> >>>> 2023-05-19 11:45:48.369311 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T05:00:00.000000Z - 2010-09-01T05:30:00.000000Z
> >>>> 2023-05-19 11:45:48.388877 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T05:30:00.000000Z - 2010-09-01T06:00:00.000000Z
> >>>> 2023-05-19 11:45:48.408572 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T06:00:00.000000Z - 2010-09-01T06:30:00.000000Z
> >>>> 2023-05-19 11:45:48.427832 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T06:30:00.000000Z - 2010-09-01T07:00:00.000000Z
> >>>> 2023-05-19 11:45:48.447760 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T07:00:00.000000Z - 2010-09-01T07:30:00.000000Z
> >>>> 2023-05-19 11:45:48.466880 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T07:30:00.000000Z - 2010-09-01T08:00:00.000000Z
> >>>> 2023-05-19 11:45:48.486676 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T08:00:00.000000Z - 2010-09-01T08:30:00.000000Z
> >>>> 2023-05-19 11:45:48.506055 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T08:30:00.000000Z - 2010-09-01T09:00:00.000000Z
> >>>> 2023-05-19 11:45:48.525817 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T09:00:00.000000Z - 2010-09-01T09:30:00.000000Z
> >>>> 2023-05-19 11:45:48.545403 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T09:30:00.000000Z - 2010-09-01T10:00:00.000000Z
> >>>> 2023-05-19 11:45:48.564779 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T10:00:00.000000Z - 2010-09-01T10:30:00.000000Z
> >>>> 2023-05-19 11:45:48.584697 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T10:30:00.000000Z - 2010-09-01T11:00:00.000000Z
> >>>> 2023-05-19 11:45:48.604059 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T11:00:00.000000Z - 2010-09-01T11:30:00.000000Z
> >>>> 2023-05-19 11:45:48.623762 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T11:30:00.000000Z - 2010-09-01T12:00:00.000000Z
> >>>> 2023-05-19 11:45:48.643032 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T12:00:00.000000Z - 2010-09-01T12:30:00.000000Z
> >>>> 2023-05-19 11:45:48.662692 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T12:30:00.000000Z - 2010-09-01T13:00:00.000000Z
> >>>> 2023-05-19 11:45:48.682724 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T13:00:00.000000Z - 2010-09-01T13:30:00.000000Z
> >>>> 2023-05-19 11:45:48.702586 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T13:30:00.000000Z - 2010-09-01T14:00:00.000000Z
> >>>> 2023-05-19 11:45:48.722719 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T14:00:00.000000Z - 2010-09-01T14:30:00.000000Z
> >>>> 2023-05-19 11:45:48.742744 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T14:30:00.000000Z - 2010-09-01T15:00:00.000000Z
> >>>> 2023-05-19 11:45:48.763861 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T15:00:00.000000Z - 2010-09-01T15:30:00.000000Z
> >>>> 2023-05-19 11:45:48.783377 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T15:30:00.000000Z - 2010-09-01T16:00:00.000000Z
> >>>> 2023-05-19 11:45:48.803490 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T16:00:00.000000Z - 2010-09-01T16:30:00.000000Z
> >>>> 2023-05-19 11:45:48.823435 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T16:30:00.000000Z - 2010-09-01T17:00:00.000000Z
> >>>> 2023-05-19 11:45:48.843455 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T17:00:00.000000Z - 2010-09-01T17:30:00.000000Z
> >>>> 2023-05-19 11:45:48.863299 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T17:30:00.000000Z - 2010-09-01T18:00:00.000000Z
> >>>> 2023-05-19 11:45:48.883213 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T18:00:00.000000Z - 2010-09-01T18:30:00.000000Z
> >>>> 2023-05-19 11:45:48.903470 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T18:30:00.000000Z - 2010-09-01T19:00:00.000000Z
> >>>> 2023-05-19 11:45:48.923803 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T19:00:00.000000Z - 2010-09-01T19:30:00.000000Z
> >>>> 2023-05-19 11:45:48.943666 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T19:30:00.000000Z - 2010-09-01T20:00:00.000000Z
> >>>> 2023-05-19 11:45:48.963646 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T20:00:00.000000Z - 2010-09-01T20:30:00.000000Z
> >>>> 2023-05-19 11:45:48.983355 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T20:30:00.000000Z - 2010-09-01T21:00:00.000000Z
> >>>> 2023-05-19 11:45:49.003225 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T21:00:00.000000Z - 2010-09-01T21:30:00.000000Z
> >>>> 2023-05-19 11:45:49.022895 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T21:30:00.000000Z - 2010-09-01T22:00:00.000000Z
> >>>> 2023-05-19 11:45:49.042847 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T22:00:00.000000Z - 2010-09-01T22:30:00.000000Z
> >>>> 2023-05-19 11:45:49.062637 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T22:30:00.000000Z - 2010-09-01T23:00:00.000000Z
> >>>> 2023-05-19 11:45:49.082879 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T23:00:00.000000Z - 2010-09-01T23:30:00.000000Z
> >>>> 2023-05-19 11:45:49.102793 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-01T23:30:00.000000Z - 2010-09-01T23:59:59.950000Z
> >>>> 2023-05-19 11:45:49.143349 msnoise [pid 61659][INFO]: Job Finished. It
> >>>> took
> >>>> 3.35 seconds (preprocess: 2.37 s & process 0.97 s)
> >>>> 2023-05-19 11:45:49.144119 msnoise [pid 61659][INFO]: *** Finished:
> >>>> Compute
> >>>> CC ***
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.MSEED
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.MSEED
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.MSEED
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.SAC
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.SAC
> >>>> checking STACKS/01/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.SAC
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV06/2010-09-01.SAC
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV05_YA_UV10/2010-09-01.SAC
> >>>> checking STACKS/02/001_DAYS/ZZ/YA_UV06_YA_UV10/2010-09-01.SAC
> >>>> ok
> >>>> test_022_check_content (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_023_stack (msnoise.test.tests.MSNoiseTests) ... 2023-05-19
> >>>> 11:45:49.188691 msnoise [pid 61659][DEBUG]: Starting the ref stack
> >>>> 2023-05-19 11:45:49.218680 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV06
> >>>> 2023-05-19 11:45:49.219603 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV05:YA.UV06-ZZ-1
> >>>> 2023-05-19 11:45:49.219952 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV05:YA.UV06-ZZ-1
> >>>> 2023-05-19 11:45:49.285724 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.292428 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV05:YA_UV06-ZZ-2
> >>>> 2023-05-19 11:45:49.292540 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV05:YA_UV06-ZZ-2
> >>>> 2023-05-19 11:45:49.359167 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.368843 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV06:YA.UV10
> >>>> 2023-05-19 11:45:49.369405 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV06:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:49.369512 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV06:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:49.435941 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.441557 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV06:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:49.441665 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV06:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:49.507719 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.517025 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV10
> >>>> 2023-05-19 11:45:49.517593 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV05:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:49.517695 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV05:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:49.584144 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.589886 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV05:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:49.589996 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV05:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:49.657237 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.663029 msnoise [pid 61659][INFO]: You just
> finished
> >>>> REF
> >>>> stacking, remember to reset the STACK jobs if you need to compute a
> MOV
> >>>> stacks. Run 'msnoise reset STACK' when all process have finished.
> >>>> 2023-05-19 11:45:49.663072 msnoise [pid 61659][INFO]: The current
> STACK
> >>>> jobs have been intentionnaly left 'I'n progress so they can be reset.
> >>>> 2023-05-19 11:45:49.663101 msnoise [pid 61659][DEBUG]: Finished
> Stacking
> >>>> 2023-05-19 11:45:49.667791 msnoise [pid 61659][DEBUG]: Starting the
> mov
> >>>> stack
> >>>> 2023-05-19 11:45:49.698814 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV10
> >>>> 2023-05-19 11:45:49.699857 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV05:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:49.699984 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV05:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:49.761883 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.761939 msnoise [pid 61659][DEBUG]: Mov Stack!
> >>>> 2023-05-19 11:45:49.762223 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-01 [2010-08-28 - 2010-09-01] (5 day stack)
> >>>> 2023-05-19 11:45:49.769197 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-02 [2010-08-29 - 2010-09-02] (5 day stack)
> >>>> 2023-05-19 11:45:49.774603 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:49.780295 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-04 [2010-08-31 - 2010-09-04] (5 day stack)
> >>>> 2023-05-19 11:45:49.787377 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-05 [2010-09-01 - 2010-09-05] (5 day stack)
> >>>> 2023-05-19 11:45:49.794029 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV05:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:49.794222 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV05:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:49.873776 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:49.873832 msnoise [pid 61659][DEBUG]: Mov Stack!
> >>>> 2023-05-19 11:45:49.874118 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-01 [2010-08-28 - 2010-09-01] (5 day stack)
> >>>> 2023-05-19 11:45:49.879611 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-02 [2010-08-29 - 2010-09-02] (5 day stack)
> >>>> 2023-05-19 11:45:49.884733 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:49.889655 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-04 [2010-08-31 - 2010-09-04] (5 day stack)
> >>>> 2023-05-19 11:45:49.894539 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-05 [2010-09-01 - 2010-09-05] (5 day stack)
> >>>> 2023-05-19 11:45:49.964618 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV06
> >>>> 2023-05-19 11:45:49.965245 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV05:YA.UV06-ZZ-1
> >>>> 2023-05-19 11:45:49.965357 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV05:YA.UV06-ZZ-1
> >>>> 2023-05-19 11:45:50.027979 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.028033 msnoise [pid 61659][DEBUG]: Mov Stack!
> >>>> 2023-05-19 11:45:50.028313 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-01 [2010-08-28 - 2010-09-01] (5 day stack)
> >>>> 2023-05-19 11:45:50.033557 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-02 [2010-08-29 - 2010-09-02] (5 day stack)
> >>>> 2023-05-19 11:45:50.038429 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.043244 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-04 [2010-08-31 - 2010-09-04] (5 day stack)
> >>>> 2023-05-19 11:45:50.048096 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-05 [2010-09-01 - 2010-09-05] (5 day stack)
> >>>> 2023-05-19 11:45:50.053498 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV05:YA_UV06-ZZ-2
> >>>> 2023-05-19 11:45:50.053602 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV05:YA_UV06-ZZ-2
> >>>> 2023-05-19 11:45:50.120813 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.120867 msnoise [pid 61659][DEBUG]: Mov Stack!
> >>>> 2023-05-19 11:45:50.121148 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-01 [2010-08-28 - 2010-09-01] (5 day stack)
> >>>> 2023-05-19 11:45:50.127190 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-02 [2010-08-29 - 2010-09-02] (5 day stack)
> >>>> 2023-05-19 11:45:50.133174 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.138300 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-04 [2010-08-31 - 2010-09-04] (5 day stack)
> >>>> 2023-05-19 11:45:50.143057 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-05 [2010-09-01 - 2010-09-05] (5 day stack)
> >>>> 2023-05-19 11:45:50.158990 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV06:YA.UV10
> >>>> 2023-05-19 11:45:50.159572 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV06:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:50.159695 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV06:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:50.222178 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.222232 msnoise [pid 61659][DEBUG]: Mov Stack!
> >>>> 2023-05-19 11:45:50.222513 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-01 [2010-08-28 - 2010-09-01] (5 day stack)
> >>>> 2023-05-19 11:45:50.228001 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-02 [2010-08-29 - 2010-09-02] (5 day stack)
> >>>> 2023-05-19 11:45:50.232935 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.237905 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-04 [2010-08-31 - 2010-09-04] (5 day stack)
> >>>> 2023-05-19 11:45:50.242852 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-05 [2010-09-01 - 2010-09-05] (5 day stack)
> >>>> 2023-05-19 11:45:50.248425 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV06:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:50.248551 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV06:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:50.310096 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.310150 msnoise [pid 61659][DEBUG]: Mov Stack!
> >>>> 2023-05-19 11:45:50.310435 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-01 [2010-08-28 - 2010-09-01] (5 day stack)
> >>>> 2023-05-19 11:45:50.315949 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-02 [2010-08-29 - 2010-09-02] (5 day stack)
> >>>> 2023-05-19 11:45:50.321374 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.326310 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-04 [2010-08-31 - 2010-09-04] (5 day stack)
> >>>> 2023-05-19 11:45:50.331699 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-05 [2010-09-01 - 2010-09-05] (5 day stack)
> >>>> 2023-05-19 11:45:50.344318 msnoise [pid 61659][DEBUG]: Finished
> Stacking
> >>>> 2023-05-19 11:45:50.347844 msnoise [pid 61659][DEBUG]: Starting the
> step
> >>>> stack
> >>>> 2023-05-19 11:45:50.377502 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV06:YA.UV10
> >>>> 2023-05-19 11:45:50.378444 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV06:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:50.378567 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV06:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:50.439522 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.440749 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.447972 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV06:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:50.448102 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV06:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:50.508562 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.509791 msnoise [pid 61659][DEBUG]: YA_UV06_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.522837 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV10
> >>>> 2023-05-19 11:45:50.523397 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV05:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:50.523502 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV05:YA.UV10-ZZ-1
> >>>> 2023-05-19 11:45:50.584399 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.585643 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.591948 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV05:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:50.592051 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV05:YA_UV10-ZZ-2
> >>>> 2023-05-19 11:45:50.653587 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.654847 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV10
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.673789 msnoise [pid 61659][INFO]: There are STACKS
> >>>> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV06
> >>>> 2023-05-19 11:45:50.674373 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA.UV05:YA.UV06-ZZ-1
> >>>> 2023-05-19 11:45:50.674490 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA.UV05:YA.UV06-ZZ-1
> >>>> 2023-05-19 11:45:50.739804 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.741106 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.747459 msnoise [pid 61659][DEBUG]: Processing
> >>>> YA_UV05:YA_UV06-ZZ-2
> >>>> 2023-05-19 11:45:50.747586 msnoise [pid 61659][DEBUG]: New Data for
> >>>> YA_UV05:YA_UV06-ZZ-2
> >>>> 2023-05-19 11:45:50.810030 msnoise [pid 61659][DEBUG]: Data loaded
> >>>> 2023-05-19 11:45:50.811252 msnoise [pid 61659][DEBUG]: YA_UV05_YA_UV06
> >> ZZ
> >>>> 2010-09-03 [2010-08-30 - 2010-09-03] (5 day stack)
> >>>> 2023-05-19 11:45:50.820944 msnoise [pid 61659][DEBUG]: Finished
> Stacking
> >>>> ok
> >>>> test_024_mwcs (msnoise.test.tests.MSNoiseTests) ... 2023-05-19
> >>>> 11:45:50.821369 msnoise [pid 61659][INFO]: *** Starting: Compute MWCS
> >> ***
> >>>> 2023-05-19 11:45:50.840053 msnoise [pid 61659][DEBUG]: Ready to
> compute
> >>>> 2023-05-19 11:45:54.595422 msnoise [pid 61659][INFO]: There are MWCS
> >> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV10
> >>>> 2023-05-19 11:45:54.607056 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.01 - 2010-09-01 - 05 days
> >>>>
> >>
> /home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/move2obspy.py:456:
> >>>> RuntimeWarning: divide by zero encountered in true_divide
> >>>>     w = 1.0 / (1.0 / (coh[index_range] ** 2) - 1.0)
> >>>>
> >>
> /home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/move2obspy.py:456:
> >>>> RuntimeWarning: invalid value encountered in true_divide
> >>>>     w = 1.0 / (1.0 / (coh[index_range] ** 2) - 1.0)
> >>>> 2023-05-19 11:45:54.689823 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.01 - 2010-09-02 - 05 days
> >>>> 2023-05-19 11:45:54.746355 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.01 - 2010-09-03 - 05 days
> >>>> 2023-05-19 11:45:54.801701 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.01 - 2010-09-04 - 05 days
> >>>> 2023-05-19 11:45:54.858609 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.01 - 2010-09-05 - 05 days
> >>>> 2023-05-19 11:45:54.916733 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.02 - 2010-09-01 - 05 days
> >>>> 2023-05-19 11:45:54.976282 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.02 - 2010-09-02 - 05 days
> >>>> 2023-05-19 11:45:55.033520 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.02 - 2010-09-03 - 05 days
> >>>> 2023-05-19 11:45:55.089535 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.02 - 2010-09-04 - 05 days
> >>>> 2023-05-19 11:45:55.147042 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV10.ZZ.02 - 2010-09-05 - 05 days
> >>>> 2023-05-19 11:45:55.235872 msnoise [pid 61659][INFO]: There are MWCS
> >> jobs
> >>>> for some days to recompute for YA.UV06:YA.UV10
> >>>> 2023-05-19 11:45:55.238150 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.01 - 2010-09-01 - 05 days
> >>>> 2023-05-19 11:45:55.297907 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.01 - 2010-09-02 - 05 days
> >>>> 2023-05-19 11:45:55.354343 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.01 - 2010-09-03 - 05 days
> >>>> 2023-05-19 11:45:55.409641 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.01 - 2010-09-04 - 05 days
> >>>> 2023-05-19 11:45:55.471299 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.01 - 2010-09-05 - 05 days
> >>>> 2023-05-19 11:45:55.531443 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.02 - 2010-09-01 - 05 days
> >>>> 2023-05-19 11:45:55.588590 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.02 - 2010-09-02 - 05 days
> >>>> 2023-05-19 11:45:55.645398 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.02 - 2010-09-03 - 05 days
> >>>> 2023-05-19 11:45:55.700430 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.02 - 2010-09-04 - 05 days
> >>>> 2023-05-19 11:45:55.756090 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV06_YA_UV10.ZZ.02 - 2010-09-05 - 05 days
> >>>> 2023-05-19 11:45:55.839635 msnoise [pid 61659][INFO]: There are MWCS
> >> jobs
> >>>> for some days to recompute for YA.UV05:YA.UV06
> >>>> 2023-05-19 11:45:55.841814 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.01 - 2010-09-01 - 05 days
> >>>> 2023-05-19 11:45:55.898091 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.01 - 2010-09-02 - 05 days
> >>>> 2023-05-19 11:45:55.958443 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.01 - 2010-09-03 - 05 days
> >>>> 2023-05-19 11:45:56.013456 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.01 - 2010-09-04 - 05 days
> >>>> 2023-05-19 11:45:56.069165 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.01 - 2010-09-05 - 05 days
> >>>> 2023-05-19 11:45:56.126878 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.02 - 2010-09-01 - 05 days
> >>>> 2023-05-19 11:45:56.182941 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.02 - 2010-09-02 - 05 days
> >>>> 2023-05-19 11:45:56.238723 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.02 - 2010-09-03 - 05 days
> >>>> 2023-05-19 11:45:56.295233 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.02 - 2010-09-04 - 05 days
> >>>> 2023-05-19 11:45:56.354121 msnoise [pid 61659][DEBUG]: Processing MWCS
> >>>> for:
> >>>> YA_UV05_YA_UV06.ZZ.02 - 2010-09-05 - 05 days
> >>>> 2023-05-19 11:45:56.435473 msnoise [pid 61659][INFO]: *** Finished:
> >>>> Compute
> >>>> MWCS ***
> >>>> ok
> >>>> test_025_dtt (msnoise.test.tests.MSNoiseTests) ... 2023-05-19
> >>>> 11:45:56.435897 msnoise [pid 61659][INFO]: *** Starting: Compute DT/T
> >> ***
> >>>> 2023-05-19 11:45:56.469620 msnoise [pid 61659][INFO]: Loading mov=5
> days
> >>>> for filter=01
> >>>> ERROR
> >>>> test_026_build_ref_datelist (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_027_build_movstack_datelist (msnoise.test.tests.MSNoiseTests) ...
> >> ok
> >>>> test_028_stretching (msnoise.test.tests.MSNoiseTests) ... betweeen 5.0
> >> and
> >>>> 35.0
> >>>> betweeen 5.0 and 35.0
> >>>> betweeen 5.0 and 35.0
> >>>> ok
> >>>> test_029_create_fake_new_files (msnoise.test.tests.MSNoiseTests) ...
> >>>> 2023-05-19 11:46:04.889481 msnoise [pid 61659][INFO]: *** Starting:
> Scan
> >>>> Archive ***
> >>>> 2023-05-19 11:46:04.890069 msnoise [pid 61659][INFO]: Will work on 1
> >>>> thread(s)
> >>>> 2023-05-19 11:46:04.891517 msnoise [pid 61659][INFO]: Updating
> >>>> availability: scanning the archive for files modified 1 day, 0:00:00
> ago
> >>>> or
> >>>> less.
> >>>> 2023-05-19 11:46:04.892783 msnoise [pid 61659][INFO]: Will search for
> >>>> files
> >>>> between 2009-01-01 and 2011-01-01.
> >>>> 2023-05-19 11:46:04.893445 msnoise [pid 61659][DEBUG]: Will search for
> >>>> channels: ['*']
> >>>> 2023-05-19 11:46:04.895246 msnoise [pid 61659][DEBUG]: Building
> >> directory
> >>>> list from archive folders /tmp/tmplckowxim/data/2010/UV10/*.D,
> >>>> /tmp/tmplckowxim/data/2010/UV05/*.D,
> >> /tmp/tmplckowxim/data/2011/UV06/*.D,
> >>>> /tmp/tmplckowxim/data/2011/UV10/*.D,
> >> /tmp/tmplckowxim/data/2009/UV06/*.D,
> >>>> /tmp/tmplckowxim/data/2009/UV05/*.D,
> >> /tmp/tmplckowxim/data/2009/UV10/*.D,
> >>>> /tmp/tmplckowxim/data/2011/UV05/*.D,
> >>>> /tmp/tmplckowxim/data/2010/UV06/*.D...
> >>>> 2023-05-19 11:46:04.895459 msnoise [pid 61659][INFO]: Scanning 3
> >>>> directories...
> >>>> 2023-05-19 11:46:04.895963 msnoise [pid 61659][DEBUG]: scanning dir
> >>>> /tmp/tmplckowxim/data/2010/UV05/HHZ.D
> >>>> 2023-05-19 11:46:04.896050 msnoise [pid 61659][DEBUG]: Found 1 files
> >> with
> >>>> mtime >= 1684410364 in /tmp/tmplckowxim/data/2010/UV05/HHZ.D
> >>>> 2023-05-19 11:46:04.908161 msnoise [pid 61659][INFO]:
> >>>> /tmp/tmplckowxim/data/2010/UV05/HHZ.D: Added 1 | Modified 0 |
> Unchanged
> >> 0
> >>>> 2023-05-19 11:46:04.908224 msnoise [pid 61659][DEBUG]: scanning dir
> >>>> /tmp/tmplckowxim/data/2010/UV06/HHZ.D
> >>>> 2023-05-19 11:46:04.908289 msnoise [pid 61659][DEBUG]: Found 1 files
> >> with
> >>>> mtime >= 1684410364 in /tmp/tmplckowxim/data/2010/UV06/HHZ.D
> >>>> 2023-05-19 11:46:04.916816 msnoise [pid 61659][INFO]:
> >>>> /tmp/tmplckowxim/data/2010/UV06/HHZ.D: Added 1 | Modified 0 |
> Unchanged
> >> 0
> >>>> 2023-05-19 11:46:04.916899 msnoise [pid 61659][DEBUG]: scanning dir
> >>>> /tmp/tmplckowxim/data/2010/UV10/HHZ.D
> >>>> 2023-05-19 11:46:04.916982 msnoise [pid 61659][DEBUG]: Found 1 files
> >> with
> >>>> mtime >= 1684410364 in /tmp/tmplckowxim/data/2010/UV10/HHZ.D
> >>>> 2023-05-19 11:46:04.927372 msnoise [pid 61659][INFO]:
> >>>> /tmp/tmplckowxim/data/2010/UV10/HHZ.D: Added 1 | Modified 0 |
> Unchanged
> >> 0
> >>>> 2023-05-19 11:46:04.927473 msnoise [pid 61659][INFO]: *** Finished:
> Scan
> >>>> Archive ***
> >>>> 2023-05-19 11:46:04.927518 msnoise [pid 61659][INFO]: It took 0.04
> >> seconds
> >>>> 2023-05-19 11:46:04.927562 msnoise [pid 61659][INFO]: *** Starting:
> New
> >>>> Jobs ***
> >>>> 2023-05-19 11:46:04.945744 msnoise [pid 61659][DEBUG]: Checking
> plugins'
> >>>> entry points
> >>>> 2023-05-19 11:46:04.946109 msnoise [pid 61659][DEBUG]:
> >>>> components_to_compute is populated, creating cross-station CC jobs
> >>>> 2023-05-19 11:46:04.946147 msnoise [pid 61659][INFO]: Scanning
> >>>> New/Modified
> >>>> files
> >>>> 2023-05-19 11:46:04.950250 msnoise [pid 61659][INFO]: Determining
> >>>> available
> >>>> data for each "updated date"
> >>>> 2023-05-19 11:46:04.951589 msnoise [pid 61659][DEBUG]:
> >> Inserting/Updating
> >>>> 3
> >>>> jobs
> >>>> 2023-05-19 11:46:04.970338 msnoise [pid 61659][INFO]: Inserted 3 jobs
> >>>> 2023-05-19 11:46:04.970394 msnoise [pid 61659][INFO]: *** Finished:
> New
> >>>> Jobs ***
> >>>> [(3, 'D'), (3, 'T')]
> >>>> ok
> >>>> test_030_instrument_response (msnoise.test.tests.MSNoiseTests) ...
> >>>> 2023-05-19 11:46:04.983475 msnoise [pid 61659][INFO]: *** Starting:
> >>>> Compute
> >>>> CC ***
> >>>> 2023-05-19 11:46:05.002356 msnoise [pid 61659][INFO]: Will compute
> [ZZ]
> >>>> for
> >>>> different stations
> >>>> 2023-05-19 11:46:05.002427 msnoise [pid 61659][INFO]: Will compute []
> >> for
> >>>> single stations
> >>>> 2023-05-19 11:46:05.002462 msnoise [pid 61659][DEBUG]: Pre-loading all
> >>>> instrument response
> >>>>
> >>
> ['/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/test/extra/test_inventory.xml',
> >>>>
> >>
> '/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/test/extra/DATA.RESIF_Jun_10,14_21_05_20264.RESIF',
> >>>>
> >>
> '/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/test/extra/stations.csv']
> >>>> 2023-05-19 11:46:05.099239 msnoise [pid 61659][INFO]: Checking if
> there
> >>>> are
> >>>> jobs to do
> >>>> 2023-05-19 11:46:05.100546 msnoise [pid 61659][INFO]: Getting the next
> >> job
> >>>> 2023-05-19 11:46:05.108289 msnoise [pid 61659][INFO]: New CC Job:
> >>>> 2010-09-02 (3 pairs with 3 stations)
> >>>> 2023-05-19 11:46:05.111305 msnoise [pid 61659][DEBUG]: YA.UV05.Z
> >> Reading 1
> >>>> Files
> >>>>
> >>
> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/obspy/io/mseed/core.py:770:
> >>>> UserWarning: The encoding specified in trace.stats.mseed.encoding does
> >> not
> >>>> match the dtype of the data.
> >>>> A suitable encoding will be chosen.
> >>>>     warnings.warn(msg, UserWarning)
> >>>> 2023-05-19 11:46:05.336568 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:46:05.336681 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:46:05.658858 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:46:05.796032 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:46:05.947805 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:46:05.951962 msnoise [pid 61659][DEBUG]: YA.UV05.00.HHZ
> >>>> Removing instrument response
> >>>> 2023-05-19 11:46:06.306219 msnoise [pid 61659][DEBUG]: YA.UV06.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:46:06.516863 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:46:06.516965 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:46:06.815311 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:46:06.952346 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:46:07.104726 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:46:07.108715 msnoise [pid 61659][DEBUG]: YA.UV06.00.HHZ
> >>>> Removing instrument response
> >>>> 2023-05-19 11:46:07.478240 msnoise [pid 61659][DEBUG]: YA.UV10.Z
> >> Reading 1
> >>>> Files
> >>>> 2023-05-19 11:46:07.699157 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking sample alignment
> >>>> 2023-05-19 11:46:07.699259 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Checking Gaps
> >>>> 2023-05-19 11:46:08.003580 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Highpass at 0.01 Hz
> >>>> 2023-05-19 11:46:08.131525 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Lowpass at 8.00 Hz
> >>>> 2023-05-19 11:46:08.280369 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Decimate by a factor of 5
> >>>> 2023-05-19 11:46:08.284354 msnoise [pid 61659][DEBUG]: YA.UV10.00.HHZ
> >>>> Removing instrument response
> >>>> 2023-05-19 11:46:08.659969 msnoise [pid 61659][DEBUG]: Starting slides
> >>>> 2023-05-19 11:46:08.661139 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T00:00:00.000000Z - 2010-09-02T00:30:00.000000Z
> >>>> 2023-05-19 11:46:08.682298 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T00:30:00.000000Z - 2010-09-02T01:00:00.000000Z
> >>>> 2023-05-19 11:46:08.702549 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T01:00:00.000000Z - 2010-09-02T01:30:00.000000Z
> >>>> 2023-05-19 11:46:08.722952 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T01:30:00.000000Z - 2010-09-02T02:00:00.000000Z
> >>>> 2023-05-19 11:46:08.743001 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T02:00:00.000000Z - 2010-09-02T02:30:00.000000Z
> >>>> 2023-05-19 11:46:08.763129 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T02:30:00.000000Z - 2010-09-02T03:00:00.000000Z
> >>>> 2023-05-19 11:46:08.783187 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T03:00:00.000000Z - 2010-09-02T03:30:00.000000Z
> >>>> 2023-05-19 11:46:08.803409 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T03:30:00.000000Z - 2010-09-02T04:00:00.000000Z
> >>>> 2023-05-19 11:46:08.823630 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T04:00:00.000000Z - 2010-09-02T04:30:00.000000Z
> >>>> 2023-05-19 11:46:08.843149 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T04:30:00.000000Z - 2010-09-02T05:00:00.000000Z
> >>>> 2023-05-19 11:46:08.862612 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T05:00:00.000000Z - 2010-09-02T05:30:00.000000Z
> >>>> 2023-05-19 11:46:08.882991 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T05:30:00.000000Z - 2010-09-02T06:00:00.000000Z
> >>>> 2023-05-19 11:46:08.903524 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T06:00:00.000000Z - 2010-09-02T06:30:00.000000Z
> >>>> 2023-05-19 11:46:08.925702 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T06:30:00.000000Z - 2010-09-02T07:00:00.000000Z
> >>>> 2023-05-19 11:46:08.946379 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T07:00:00.000000Z - 2010-09-02T07:30:00.000000Z
> >>>> 2023-05-19 11:46:08.965903 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T07:30:00.000000Z - 2010-09-02T08:00:00.000000Z
> >>>> 2023-05-19 11:46:08.985488 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T08:00:00.000000Z - 2010-09-02T08:30:00.000000Z
> >>>> 2023-05-19 11:46:09.005070 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T08:30:00.000000Z - 2010-09-02T09:00:00.000000Z
> >>>> 2023-05-19 11:46:09.024843 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T09:00:00.000000Z - 2010-09-02T09:30:00.000000Z
> >>>> 2023-05-19 11:46:09.044424 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T09:30:00.000000Z - 2010-09-02T10:00:00.000000Z
> >>>> 2023-05-19 11:46:09.063913 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T10:00:00.000000Z - 2010-09-02T10:30:00.000000Z
> >>>> 2023-05-19 11:46:09.083445 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T10:30:00.000000Z - 2010-09-02T11:00:00.000000Z
> >>>> 2023-05-19 11:46:09.102921 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T11:00:00.000000Z - 2010-09-02T11:30:00.000000Z
> >>>> 2023-05-19 11:46:09.121813 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T11:30:00.000000Z - 2010-09-02T12:00:00.000000Z
> >>>> 2023-05-19 11:46:09.140945 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T12:00:00.000000Z - 2010-09-02T12:30:00.000000Z
> >>>> 2023-05-19 11:46:09.160521 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T12:30:00.000000Z - 2010-09-02T13:00:00.000000Z
> >>>> 2023-05-19 11:46:09.180172 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T13:00:00.000000Z - 2010-09-02T13:30:00.000000Z
> >>>> 2023-05-19 11:46:09.199475 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T13:30:00.000000Z - 2010-09-02T14:00:00.000000Z
> >>>> 2023-05-19 11:46:09.218419 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T14:00:00.000000Z - 2010-09-02T14:30:00.000000Z
> >>>> 2023-05-19 11:46:09.239087 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T14:30:00.000000Z - 2010-09-02T15:00:00.000000Z
> >>>> 2023-05-19 11:46:09.259035 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T15:00:00.000000Z - 2010-09-02T15:30:00.000000Z
> >>>> 2023-05-19 11:46:09.278594 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T15:30:00.000000Z - 2010-09-02T16:00:00.000000Z
> >>>> 2023-05-19 11:46:09.298140 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T16:00:00.000000Z - 2010-09-02T16:30:00.000000Z
> >>>> 2023-05-19 11:46:09.317556 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T16:30:00.000000Z - 2010-09-02T17:00:00.000000Z
> >>>> 2023-05-19 11:46:09.336562 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T17:00:00.000000Z - 2010-09-02T17:30:00.000000Z
> >>>> 2023-05-19 11:46:09.355635 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T17:30:00.000000Z - 2010-09-02T18:00:00.000000Z
> >>>> 2023-05-19 11:46:09.374512 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T18:00:00.000000Z - 2010-09-02T18:30:00.000000Z
> >>>> 2023-05-19 11:46:09.393396 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T18:30:00.000000Z - 2010-09-02T19:00:00.000000Z
> >>>> 2023-05-19 11:46:09.412638 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T19:00:00.000000Z - 2010-09-02T19:30:00.000000Z
> >>>> 2023-05-19 11:46:09.435397 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T19:30:00.000000Z - 2010-09-02T20:00:00.000000Z
> >>>> 2023-05-19 11:46:09.456172 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T20:00:00.000000Z - 2010-09-02T20:30:00.000000Z
> >>>> 2023-05-19 11:46:09.477611 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T20:30:00.000000Z - 2010-09-02T21:00:00.000000Z
> >>>> 2023-05-19 11:46:09.497504 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T21:00:00.000000Z - 2010-09-02T21:30:00.000000Z
> >>>> 2023-05-19 11:46:09.517681 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T21:30:00.000000Z - 2010-09-02T22:00:00.000000Z
> >>>> 2023-05-19 11:46:09.538179 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T22:00:00.000000Z - 2010-09-02T22:30:00.000000Z
> >>>> 2023-05-19 11:46:09.558340 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T22:30:00.000000Z - 2010-09-02T23:00:00.000000Z
> >>>> 2023-05-19 11:46:09.583355 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T23:00:00.000000Z - 2010-09-02T23:30:00.000000Z
> >>>> 2023-05-19 11:46:09.613559 msnoise [pid 61659][DEBUG]: Processing
> >>>> 2010-09-02T23:30:00.000000Z - 2010-09-02T23:59:59.950000Z
> >>>> 2023-05-19 11:46:09.653871 msnoise [pid 61659][INFO]: Job Finished. It
> >>>> took
> >>>> 4.55 seconds (preprocess: 3.55 s & process 0.99 s)
> >>>> 2023-05-19 11:46:09.654629 msnoise [pid 61659][INFO]: *** Finished:
> >>>> Compute
> >>>> CC ***
> >>>> ok
> >>>> test_100_plot_cctfime (msnoise.test.tests.MSNoiseTests) ... New Data
> for
> >>>> YA_UV05:YA_UV06-ZZ-1-1
> >>>> output to: ccftime YA_UV05-YA_UV06-ZZ-f1-m1.png
> >>>> New Data for YA_UV05:YA_UV06-ZZ-2-1
> >>>> output to: ccftime YA_UV05-YA_UV06-ZZ-f2-m1.png
> >>>> New Data for YA_UV05:YA_UV10-ZZ-1-1
> >>>> output to: ccftime YA_UV05-YA_UV10-ZZ-f1-m1.png
> >>>> New Data for YA_UV05:YA_UV10-ZZ-2-1
> >>>> output to: ccftime YA_UV05-YA_UV10-ZZ-f2-m1.png
> >>>> New Data for YA_UV06:YA_UV10-ZZ-1-1
> >>>> output to: ccftime YA_UV06-YA_UV10-ZZ-f1-m1.png
> >>>> New Data for YA_UV06:YA_UV10-ZZ-2-1
> >>>> output to: ccftime YA_UV06-YA_UV10-ZZ-f2-m1.png
> >>>> ok
> >>>> test_100_plot_interferogram (msnoise.test.tests.MSNoiseTests) ... New
> >> Data
> >>>> for YA_UV05:YA_UV06-ZZ-1-1
> >>>> output to: interferogram YA_UV05-YA_UV06-ZZ-f1-m1.png
> >>>> New Data for YA_UV05:YA_UV06-ZZ-2-1
> >>>> output to: interferogram YA_UV05-YA_UV06-ZZ-f2-m1.png
> >>>> New Data for YA_UV05:YA_UV10-ZZ-1-1
> >>>> output to: interferogram YA_UV05-YA_UV10-ZZ-f1-m1.png
> >>>> New Data for YA_UV05:YA_UV10-ZZ-2-1
> >>>> output to: interferogram YA_UV05-YA_UV10-ZZ-f2-m1.png
> >>>> New Data for YA_UV06:YA_UV10-ZZ-1-1
> >>>> output to: interferogram YA_UV06-YA_UV10-ZZ-f1-m1.png
> >>>> New Data for YA_UV06:YA_UV10-ZZ-2-1
> >>>> output to: interferogram YA_UV06-YA_UV10-ZZ-f2-m1.png
> >>>> ok
> >>>> test_101_plot_spectime (msnoise.test.tests.MSNoiseTests) ... New Data
> >> for
> >>>> YA_UV05:YA_UV06-ZZ-1-1
> >>>> ?.png
> >>>> output to: spectimeYA_UV05-YA_UV06-ZZ-f1-m1.png
> >>>> New Data for YA_UV05:YA_UV06-ZZ-2-1
> >>>> ?.png
> >>>> output to: spectimeYA_UV05-YA_UV06-ZZ-f2-m1.png
> >>>> New Data for YA_UV05:YA_UV10-ZZ-1-1
> >>>> ?.png
> >>>> output to: spectimeYA_UV05-YA_UV10-ZZ-f1-m1.png
> >>>> New Data for YA_UV05:YA_UV10-ZZ-2-1
> >>>> ?.png
> >>>> output to: spectimeYA_UV05-YA_UV10-ZZ-f2-m1.png
> >>>> New Data for YA_UV06:YA_UV10-ZZ-1-1
> >>>> ?.png
> >>>> output to: spectimeYA_UV06-YA_UV10-ZZ-f1-m1.png
> >>>> New Data for YA_UV06:YA_UV10-ZZ-2-1
> >>>> ?.png
> >>>> output to: spectimeYA_UV06-YA_UV10-ZZ-f2-m1.png
> >>>> ok
> >>>> test_102_plot_distance (msnoise.test.tests.MSNoiseTests) ...
> >>>> YA.UV05:YA.UV06 4.101061569886509
> >>>> YA.UV05:YA.UV10 4.048061881938072
> >>>> YA.UV06:YA.UV10 5.639269899552601
> >>>> output to: distance ZZ-f1.png
> >>>> YA.UV05:YA.UV06 4.101061569886509
> >>>> YA.UV05:YA.UV10 4.048061881938072
> >>>> YA.UV06:YA.UV10 5.639269899552601
> >>>> output to: distance ZZ-f1_refilter.png
> >>>> ok
> >>>> test_104_plot_data_availability (msnoise.test.tests.MSNoiseTests) ...
> >>>> YA.UV05 2010-09-01 00:00:00
> >>>> 2010-09-02 00:00:00
> >>>> YA.UV06 2010-09-01 00:00:00
> >>>> 2010-09-02 00:00:00
> >>>> YA.UV10 2010-09-01 00:00:00
> >>>> 2010-09-02 00:00:00
> >>>> output to: data availability on 2023-05-19 13.46.15.png
> >>>> ok
> >>>> test_105_db_dump (msnoise.test.tests.MSNoiseTests)
> >>>> Tests the dump of the database and the creation of csv files ...
> >>>>
> >>
> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/msnoise/_version.py:153:
> >>>> UserWarning: msnoise could not determine its version number. Make sure
> >> it
> >>>> is properly installed. This for example happens when installing from a
> >> zip
> >>>> archive of the msnoise repository which is not a supported way of
> >>>> installing msnoise.
> >>>>     warnings.warn("msnoise could not determine its version number.
> Make "
> >>>>
> >>
> /home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/msnoise/_version.py:153:
> >>>> UserWarning: msnoise could not determine its version number. Make sure
> >> it
> >>>> is properly installed. This for example happens when installing from a
> >> zip
> >>>> archive of the msnoise repository which is not a supported way of
> >>>> installing msnoise.
> >>>>     warnings.warn("msnoise could not determine its version number.
> Make "
> >>>> Dumping table config to config.csv
> >>>> Dumping table data_availability to data_availability.csv
> >>>> Dumping table filters to filters.csv
> >>>> Dumping table jobs to jobs.csv
> >>>> Dumping table stations to stations.csv
> >>>> ok
> >>>> test_201_config_get_unknown_param (msnoise.test.tests.MSNoiseTests)
> ...
> >> ok
> >>>> test_202_config_set_unknown_param (msnoise.test.tests.MSNoiseTests)
> ...
> >> ok
> >>>> test_203_config_set_param (msnoise.test.tests.MSNoiseTests) ... ok
> >>>> test_210_crondays_positive_float (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter can be a positive float that represents a ...
> ok
> >>>> test_211_crondays_negative_float (msnoise.test.tests.MSNoiseTests)
> >>>> A negative crondays parameter representing a number of days should be
> >> ...
> >>>> ok
> >>>> test_212_crondays_weeks (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter can designate a number of weeks (7 days) using
> a
> >>>> ...
> >>>> ok
> >>>> test_213_crondays_days (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter can designate a number of days using a string
> in
> >>>> ...
> >>>> ok
> >>>> test_214_crondays_hours (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter can designate a number of hours using a string
> >> ...
> >>>> ok
> >>>> test_215_crondays_weeks_days_hours (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter can designate a number of weeks, days, and
> hours
> >>>> ...
> >>>> ok
> >>>> test_216_crondays_weeks_hours (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter does not have to designate the three units ...
> ok
> >>>> test_217_crondays_weeks_days_hours_order_matters
> >>>> (msnoise.test.tests.MSNoiseTests)
> >>>> If the crondays parameter designates any weeks, days or hours in the
> ...
> >>>> ok
> >>>> test_218_crondays_weeks_days_hours_alone
> >> (msnoise.test.tests.MSNoiseTests)
> >>>> The crondays parameter can designate any weeks, days and hours, but
> the
> >>>> ...
> >>>> ok
> >>>> test_219_crondays_weeks_days_hours_optional_blank
> >>>> (msnoise.test.tests.MSNoiseTests)
> >>>> If the crondays parameter designates any weeks, days and hours in ...
> ok
> >>>> test_999_S01installer (msnoise.test.tests.MSNoiseTests) ... Seems to
> be
> >>>> running on local machine, skipping MySQL test
> >>>> ok
> >>>>
> >>>> ======================================================================
> >>>> ERROR: test_025_dtt (msnoise.test.tests.MSNoiseTests)
> >>>> ----------------------------------------------------------------------
> >>>> Traceback (most recent call last):
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/indexes/base.py",
> >>>> line 3621, in get_loc
> >>>>       return self._engine.get_loc(casted_key)
> >>>>     File "pandas/_libs/index.pyx", line 136, in
> >>>> pandas._libs.index.IndexEngine.get_loc
> >>>>     File "pandas/_libs/index.pyx", line 142, in
> >>>> pandas._libs.index.IndexEngine.get_loc
> >>>> TypeError: '[ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 23 31 32
> 33
> >>>> 34
> >>>> 35 36 37
> >>>> 38 39 40 41 42 43 44 45 46]' is an invalid key
> >>>>
> >>>> During handling of the above exception, another exception occurred:
> >>>>
> >>>> Traceback (most recent call last):
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/series.py",
> >>>> line 1085, in __setitem__
> >>>>       self._set_with_engine(key, value)
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/series.py",
> >>>> line 1146, in _set_with_engine
> >>>>       loc = self.index.get_loc(key)
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/indexes/base.py",
> >>>> line 3628, in get_loc
> >>>>       self._check_indexing_error(key)
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/indexes/base.py",
> >>>> line 5637, in _check_indexing_error
> >>>>       raise InvalidIndexError(key)
> >>>> pandas.errors.InvalidIndexError: [ 0  1  2  3  4  5  6  7  8  9 10 11
> 12
> >>>> 13
> >>>> 14 15 23 31 32 33 34 35 36 37
> >>>> 38 39 40 41 42 43 44 45 46]
> >>>>
> >>>> During handling of the above exception, another exception occurred:
> >>>>
> >>>> Traceback (most recent call last):
> >>>>     File
> >>>>
> >>
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/test/tests.py",
> >>>> line 312, in test_025_dtt
> >>>>       main()
> >>>>     File
> >>>>
> >>
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/s06compute_dtt.py",
> >>>> line 231, in main
> >>>>       df['err'][tmp] = 1.0
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/series.py",
> >>>> line 1140, in __setitem__
> >>>>       self._set_with(key, value)
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/series.py",
> >>>> line 1167, in _set_with
> >>>>       self._set_labels(key, value)
> >>>>     File
> >>>>
> >>
> "/home/sigma/anaconda3/envs/msnoise/lib/python3.10/site-packages/pandas/core/series.py",
> >>>> line 1178, in _set_labels
> >>>>       raise KeyError(f"{key[mask]} not in index")
> >>>> KeyError: '[ 1  2  3  4  6  7  8  9 11 12 13 14 23 31 32 33 34 36 37
> 38
> >> 39
> >>>> 41 42 43\n 44 46] not in index'
> >>>>
> >>>> ----------------------------------------------------------------------
> >>>> Ran 51 tests in 37.630s
> >>>>
> >>>> FAILED (errors=1)
> >>>> Tests executed in /tmp/tmplckowxim
> >>>>
> >>>> On Fri, May 19, 2023 at 1:43 PM Thomas Lecocq <
> >> Thomas.Lecocq at seismology.be>
> >>>> wrote:
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> Please update to 1.6.3 or install the development version
> >>>>>
> >>>>> Thomas
> >>>>>
> >>>>> Le 19 mai 2023 13:21, Matthew Agius <matthew.agius at um.edu.mt> a
> écrit
> >> :
> >>>>> Hi,
> >>>>>
> >>>>> Unfortunately, I am facing a similar problem. Any help is appreciated
> >>>>>
> >>>>> When I run msnoise test, I get:
> >>>>>
> >>>>>
> >>>>>> test_999_S01installer (msnoise.test.tests.MSNoiseTests) ... Seems to
> >>>> be
> >>>>>> running on local machine, skipping MySQL test
> >>>>>> ok
> >>>>>>
> ======================================================================
> >>>>>> ERROR: test_025_dtt (msnoise.test.tests.MSNoiseTests)
> >>>>>>
> ----------------------------------------------------------------------
> >>>>>> Traceback (most recent call last):
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/anaconda3/lib/python3.7/site-packages/pandas/core/series.py",
> >>>>>> line 1062, in __setitem__
> >>>>>>       self._set_with_engine(key, value)
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/anaconda3/lib/python3.7/site-packages/pandas/core/series.py",
> >>>>>> line 1095, in _set_with_engine
> >>>>>>       loc = self.index._engine.get_loc(key)
> >>>>>>     File "pandas/_libs/index.pyx", line 76, in
> >>>>>> pandas._libs.index.IndexEngine.get_loc
> >>>>>>     File "pandas/_libs/index.pyx", line 82, in
> >>>>>> pandas._libs.index.IndexEngine.get_loc
> >>>>>> TypeError: '[ 0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 23 31
> 32
> >>>> 33
> >>>>>> 34 35 36 37
> >>>>>>    38 39 40 41 42 43 44 45 46]' is an invalid key
> >>>>>>
> >>>>>>
> >>>>>> During handling of the above exception, another exception occurred:
> >>>>>> Traceback (most recent call last):
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/test/tests.py",
> >>>>>> line 312, in test_025_dtt
> >>>>>>       main()
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/Dropbox/Matthew/UOM/Projects/SIGMA/msnoise/msnoise/s06compute_dtt.py",
> >>>>>> line 231, in main
> >>>>>>       df['err'][tmp] = 1.0
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/anaconda3/lib/python3.7/site-packages/pandas/core/series.py",
> >>>>>> line 1088, in __setitem__
> >>>>>>       self._set_with(key, value)
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/anaconda3/lib/python3.7/site-packages/pandas/core/series.py",
> >>>>>> line 1123, in _set_with
> >>>>>>       self._set_labels(key, value)
> >>>>>>     File
> >>>>>>
> >>
> "/home/sigma/anaconda3/lib/python3.7/site-packages/pandas/core/series.py",
> >>>>>> line 1134, in _set_labels
> >>>>>>       raise KeyError(f"{key[mask]} not in index")
> >>>>>> KeyError: '[ 1  2  3  4  6  7  8  9 11 12 13 14 23 31 32 33 34 36 37
> >>>> 38
> >>>>> 39
> >>>>>> 41 42 43\n 44 46] not in index'
> >>>>>>
> >>>>>>
> >>>>>>
> ----------------------------------------------------------------------
> >>>>>> Ran 51 tests in 35.970s
> >>>>>> FAILED (errors=1)
> >>>>>> Tests executed in /tmp/tmpvew99h0w
> >>>>>
> >>>>>
> >>>>> On Fri, Jan 14, 2022 at 8:55 AM Thomas Lecocq <
> >>>> Thomas.Lecocq at seismology.be>
> >>>>> wrote:
> >>>>>
> >>>>>> hi,
> >>>>>>
> >>>>>> You need to install the lastest release version 1.6.2, which
> corrects
> >>>>>> this bug (it is due to changes in the pandas library)
> >>>>>>
> >>>>>> simply:
> >>>>>>
> >>>>>> pip uninstall msnoise
> >>>>>>
> >>>>>> pip install msnoise
> >>>>>>
> >>>>>> and you should be good to go !
> >>>>>>
> >>>>>> thomas
> >>>>>>
> >>>>>> Le 14/01/2022 à 04:55, Zhang Rui a écrit :
> >>>>>>> Hi, dear monitor。 My names Zaire and I am a postgraduate from China
> >>>>>> using MSNoise to do some research on the data we recorded. I've got
> a
> >>>>>> problem when I used MSNoise 1.6, "compute_dtt".
> >>>>>>> G:\cal>msnoise compute_dtt
> >>>>>>> 2022-01-13 11:04:07.813875 msnoise [pid 17668][INFO]: *** Starting:
> >>>>>> Compute DT/T ***
> >>>>>>> 2022-01-13 11:04:08.187253 msnoise [pid 17668][INFO]: Loading mov=1
> >>>>> days
> >>>>>> for filter=01
> >>>>>>> Traceback (most recent call last):
> >>>>>>>      File "F:\Anaconda\lib\site-packages\pandas\core\series.py",
> line
> >>>>>> 1062, in __setitem__
> >>>>>>>        self._set_with_engine(key, value)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\pandas\core\series.py",
> line
> >>>>>> 1095, in _set_with_engine
> >>>>>>>        loc = self.index._engine.get_loc(key)
> >>>>>>>      File "pandas\_libs\index.pyx", line 76, in
> >>>>>> pandas._libs.index.IndexEngine.get_loc
> >>>>>>>      File "pandas\_libs\index.pyx", line 82, in
> >>>>>> pandas._libs.index.IndexEngine.get_loc
> >>>>>>> TypeError: '[  0   1   2   3   4   5   6   7   8   9  10  11  12
> 13
> >>>>>> 14  15  16  17
> >>>>>>>      18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33
> >>>> 34
> >>>>> 35
> >>>>>>>      36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51
> >>>> 52
> >>>>> 53
> >>>>>>>      54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69
> >>>> 70
> >>>>> 71
> >>>>>>>      72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87
> >>>> 88
> >>>>> 89
> >>>>>>>      90  91  92  93  94  95  96  97  98  99 100 101 102 103 104 105
> >>>> 106
> >>>>> 107
> >>>>>>>     108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
> >>>> 124
> >>>>> 125
> >>>>>>>     126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
> >>>> 142
> >>>>> 143
> >>>>>>>     144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
> >>>> 160
> >>>>> 161
> >>>>>>>     162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
> >>>> 178
> >>>>> 179
> >>>>>>>     180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
> >>>> 196
> >>>>> 197
> >>>>>>>     198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
> >>>> 214
> >>>>> 215
> >>>>>>>     216 217 218 219 220 221 222 223 224 225 226 227 228 229 331 332
> >>>> 333
> >>>>> 334
> >>>>>>>     335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350
> >>>> 351
> >>>>> 352
> >>>>>>>     353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368
> >>>> 369
> >>>>> 370
> >>>>>>>     371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
> >>>> 387
> >>>>> 388
> >>>>>>>     389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404
> >>>> 405
> >>>>> 406
> >>>>>>>     407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422
> >>>> 423
> >>>>> 424
> >>>>>>>     425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
> >>>> 441
> >>>>> 442
> >>>>>>>     443 444 445 446 447 448 449 551 552 553 554 555 556 557 558 559
> >>>> 560
> >>>>> 561
> >>>>>>>     562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577
> >>>> 578
> >>>>> 579
> >>>>>>>     580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595
> >>>> 596
> >>>>> 597
> >>>>>>>     598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
> >>>> 614
> >>>>> 615
> >>>>>>>     616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631
> >>>> 632
> >>>>> 633
> >>>>>>>     634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649
> >>>> 650
> >>>>> 651
> >>>>>>>     652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667
> >>>> 668
> >>>>> 669
> >>>>>>>     670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685
> >>>> 686
> >>>>> 687
> >>>>>>>     688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703
> >>>> 704
> >>>>> 705
> >>>>>>>     706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721
> >>>> 722
> >>>>> 723
> >>>>>>>     724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
> >>>> 740
> >>>>> 741
> >>>>>>>     742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
> >>>> 758
> >>>>> 759
> >>>>>>>     760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775
> >>>> 776
> >>>>> 777
> >>>>>>>     778 779 780]' is an invalid key
> >>>>>>>
> >>>>>>> During handling of the above exception, another exception occurred:
> >>>>>>>
> >>>>>>> Traceback (most recent call last):
> >>>>>>>      File "F:\Anaconda\lib\runpy.py", line 197, in
> _run_module_as_main
> >>>>>>>        return _run_code(code, main_globals, None,
> >>>>>>>      File "F:\Anaconda\lib\runpy.py", line 87, in _run_code
> >>>>>>>        exec(code, run_globals)
> >>>>>>>      File "F:\Anaconda\Scripts\msnoise.exe\__main__.py", line 7, in
> >>>>>> <module>
> >>>>>>>      File
> "F:\Anaconda\lib\site-packages\msnoise\scripts\msnoise.py",
> >>>>> line
> >>>>>> 1202, in run
> >>>>>>>        cli(obj={})
> >>>>>>>      File "F:\Anaconda\lib\site-packages\click\core.py", line
> 1128, in
> >>>>>> __call__
> >>>>>>>        return self.main(*args, **kwargs)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\click\core.py", line
> 1053, in
> >>>>> main
> >>>>>>>        rv = self.invoke(ctx)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\click\core.py", line
> 1659, in
> >>>>>> invoke
> >>>>>>>        return _process_result(sub_ctx.command.invoke(sub_ctx))
> >>>>>>>      File "F:\Anaconda\lib\site-packages\click\core.py", line
> 1395, in
> >>>>>> invoke
> >>>>>>>        return ctx.invoke(self.callback, **ctx.params)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\click\core.py", line 754,
> in
> >>>>>> invoke
> >>>>>>>        return __callback(*args, **kwargs)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\click\decorators.py", line
> >>>> 26,
> >>>>> in
> >>>>>> new_func
> >>>>>>>        return f(get_current_context(), *args, **kwargs)
> >>>>>>>      File
> "F:\Anaconda\lib\site-packages\msnoise\scripts\msnoise.py",
> >>>>> line
> >>>>>> 824, in compute_dtt
> >>>>>>>        main(loglevel=loglevel)
> >>>>>>>      File
> "F:\Anaconda\lib\site-packages\msnoise\s06compute_dtt.py",
> >>>>> line
> >>>>>> 231, in main
> >>>>>>>        df['err'][tmp] = 1.0
> >>>>>>>      File "F:\Anaconda\lib\site-packages\pandas\core\series.py",
> line
> >>>>>> 1088, in __setitem__
> >>>>>>>        self._set_with(key, value)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\pandas\core\series.py",
> line
> >>>>>> 1123, in _set_with
> >>>>>>>        self._set_labels(key, value)
> >>>>>>>      File "F:\Anaconda\lib\site-packages\pandas\core\series.py",
> line
> >>>>>> 1134, in _set_labels
> >>>>>>>        raise KeyError(f"{key[mask]} not in index")
> >>>>>>> KeyError: '[ 98  99 100 101 102 103 104 105 106 107 108 109 110 111
> >>>>> 112
> >>>>>> 113 114 115\n 116 117 118 119 120 121 122 123 124 125 126 127 128
> 129
> >>>>> 130
> >>>>>> 131 132 133\n 134 135 136 137 138 139 140 141 142 143 144 145 146
> 147
> >>>>> 148
> >>>>>> 149 150 151\n 152 153 154 155 156 157 158 159 160 161 162 163 164
> 165
> >>>>> 166
> >>>>>> 167 168 169\n 170 171 172 173 174 175 176 177 178 179 180 181 182
> 183
> >>>>> 184
> >>>>>> 185 186 187\n 188 189 190 191 192 193 194 195 196 197 198 199 200
> 201
> >>>>> 202
> >>>>>> 203 204 205\n 206 207 208 209 210 211 212 213 214 215 216 217 218
> 219
> >>>>> 220
> >>>>>> 221 222 223\n 224 225 226 227 228 229 331 332 333 334 335 336 337
> 338
> >>>>> 339
> >>>>>> 340 341 342\n 343 344 345 346 347 348 349 350 351 352 353 354 355
> 356
> >>>>> 357
> >>>>>> 358 359 360\n 361 362 363 364 365 366 367 368 369 370 371 372 373
> 374
> >>>>> 375
> >>>>>> 376 377 378\n 379 380 381 382 383 384 385 386 387 388 389 390 391
> 392
> >>>>> 393
> >>>>>> 394 395 396\n 397 398 399 400 401 402 403 404 405 406 407 408 409
> 410
> >>>>> 411
> >>>>>> 412 413 414\n 415 416 417 418 419 420 421 422 423 424 425 426 427
> 428
> >>>>> 429
> >>>>>> 430 431 432\n 433 434 435 436 437 438 439 440 441 442 443 444 445
> 446
> >>>>> 447
> >>>>>> 448 449 551\n 552 553 554 555 556 557 558 559 560 561 562 563 564
> 565
> >>>>> 566
> >>>>>> 567 568 569\n 570 571 572 573 574 575 576 577 578 579 580 581 582
> 583
> >>>>> 584
> >>>>>> 585 586 587\n 588 589 590 591 592 593 594 595 596 597 598 599 600
> 601
> >>>>> 602
> >>>>>> 603 604 605\n 606 607 608 609 610 611 612 613 614 615 616 617 618
> 619
> >>>>> 620
> >>>>>> 621 622 623\n 624 625 626 627 628 629 630 631 632 633 634 635 636
> 637
> >>>>> 638
> >>>>>> 639 640 641\n 642 643 644 645 646 647 648 649 650 651 652 653 654
> 655
> >>>>> 656
> >>>>>> 657 658 659\n 660 661 662 663 664 665 666 667 668 669 670 671 672
> 673
> >>>>> 674
> >>>>>> 675 676 677\n 678 679 680 681 682 683 684 685 686 687 688 689 690
> 691
> >>>>> 692
> >>>>>> 693 694 695\n 696 697 698 699 700 701 702 703 704 705 706 707 708
> 709
> >>>>> 710
> >>>>>> 711 712 713\n 714 715 716 717 718 719 720 721 722 723 724 725 726
> 727
> >>>>> 728
> >>>>>> 729 730 731\n 732 733 734 735 736 737 738 739 740 741 742 743 744
> 745
> >>>>> 746
> >>>>>> 747 748 749\n 750 751 752 753 754 755 756 757 758 759 760 761 762
> 763
> >>>>> 764
> >>>>>> 765 766 767\n 768 769 770 771 772 773 774 775 776 777 778 779 780]
> not
> >>>>> in
> >>>>>> index'
> >>>>>>> I wonder how to solve this problem and I don't know if there's
> >>>>> something
> >>>>>> wrong I set or what else. I'm sure I can do it if I got your help.
> >>>>>>> Thanks for your time!
> >>>>>>> _______________________________________________
> >>>>>>> MSNoise mailing list
> >>>>>>> MSNoise at mailman-as.oma.be
> >>>>>>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>>>>>
> >>>>>> _______________________________________________
> >>>>>> MSNoise mailing list
> >>>>>> MSNoise at mailman-as.oma.be
> >>>>>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>>>>
> >>>>> _______________________________________________
> >>>>> MSNoise mailing list
> >>>>> MSNoise at mailman-as.oma.be
> >>>>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> MSNoise mailing list
> >>>>> MSNoise at mailman-as.oma.be
> >>>>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>>>
> >>>> _______________________________________________
> >>>> MSNoise mailing list
> >>>> MSNoise at mailman-as.oma.be
> >>>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> MSNoise mailing list
> >>>> MSNoise at mailman-as.oma.be
> >>>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>>
> >>> _______________________________________________
> >>> MSNoise mailing list
> >>> MSNoise at mailman-as.oma.be
> >>> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>>
> >> --
> >> Thomas Lecocq, PhD
> >> Head of Service a.i.
> >> Geologist - Seismologist
> >>
> >> Seismology - Gravimetry
> >> Royal Observatory of Belgium
> >>
> >>              *
> >>          * * * * *
> >>           * * * *
> >>          ---------
> >> http://www.seismology.be
> >> http://twitter.com/#!/Seismologie_be
> >> https://www.facebook.com/seismologie.be
> >>
> >> _______________________________________________
> >> MSNoise mailing list
> >> MSNoise at mailman-as.oma.be
> >> http://mailman-as.oma.be/mailman/listinfo/msnoise
> >>
> > _______________________________________________
> > MSNoise mailing list
> > MSNoise at mailman-as.oma.be
> > http://mailman-as.oma.be/mailman/listinfo/msnoise
> >
> --
> Thomas Lecocq, PhD
> Head of Service a.i.
> Geologist - Seismologist
>
> Seismology - Gravimetry
> Royal Observatory of Belgium
>
>             *
>         * * * * *
>          * * * *
>         ---------
> http://www.seismology.be
> http://twitter.com/#!/Seismologie_be
> https://www.facebook.com/seismologie.be
>
> _______________________________________________
> MSNoise mailing list
> MSNoise at mailman-as.oma.be
> http://mailman-as.oma.be/mailman/listinfo/msnoise
>


More information about the MSNoise mailing list