Skip to content

Releases: EarthScope/ispaq

v3.1.2

21 Mar 01:51
162b895
Compare
Choose a tag to compare

Changes for this release include:

  • bug fix for when csv_dir, psd_dir, and/or pdf_dir are blank
  • replaced test_data/RESP.KAPI.II.00.BHZ.txt to a functional resp file
  • updated installation instructions for macOS, Apple M1 or M2 chip

v3.1.1

08 Dec 19:27
Compare
Choose a tag to compare

Changes for this release include:

  • updated conda package versions when running './run_ispaq.py -U'

v3.1.0

08 Dec 19:23
Compare
Choose a tag to compare

Changes for this release include:

  • addition of --sds argument for specifying Seiscomp SDS file naming convention NET.STA.LOC.CHAN.TYPE.YEAR.DAY
  • bug fix for FDSN station web services that do not support optional parameter includerestricted
  • bug fix for reading local files for event metrics that span day boundaries
  • bug fix, will not append to TRANSCRIPT log unless '-A' option specified
  • bug fix, sort out-of-order miniseed segments when reading
  • recommends creating conda environment using obspy 1.4.0

v3.0.1

17 Feb 21:05
Compare
Choose a tag to compare

Changes for this release include:

  • modified the ispaq-conda-installation.txt file to specify dependent package numpy=1.21.4.

This change was made because ISPAQ is not currently compatible with numpy version 1.22 and above.

v3.0.0

18 Nov 17:12
7afa713
Compare
Choose a tag to compare

Improvements and changes for this release include:

  • ports code to Python3
  • MUSTANG metrics sample_rate_resp, sample_rate_channel, max_range
  • modifications to preference file default.txt
  • access to IRIS PH5 archive data, using IRISPH5 name
  • option to write metric values to SQLite database
  • updates recommended conda package versions
  • requires installation of R-packages seismicRoll 1.1.4, IRISMustangMetrics 2.4.4, IRISSeismic 1.6.3
  • local data will be marked percent_availability=0 for target-days without data if metadata is included for target
  • updates to documentation, including new Jupyter notebook tutorials
  • updates to logging output
  • PSD and PDF output targets now contain quality code information
  • bug fix, transfer_function metric will run on all requested days with correct results
  • bug fix, PDF calculation completes when using CSV files having multiple SNCLs with a differing number of targets

Note: if you had previously been using the v3.0.0-beta version, the metric table "psd_day" has had two changes: 1) it is now named psd_corrected, and 2) the uniqueness criteria has changed slightly. In order for this new uniqueness criteria to take effect, ISPAQ must generate the table afresh. You may want to allow ISPAQ to generate the new table and then port the values from psd_day into psd_corrected afterward.

v2.0.0

01 Feb 23:41
Compare
Choose a tag to compare

Improvements and changes for this release include:

  • the ability to aggregate PSDs into a PDF that spans multiple days
  • replaces old metric names 'pdf_text' and 'pdf_plot' with a single metric name 'pdf'
  • output of the 'pdf' metric is controlled by a new section in the preferences file called 'PDF Preferences' or through the command line
  • other changes to the preference file include new output directories for PSD and PDF files and modified default metric aliases. This release is not completely compatible with older preference files.
  • PDFs require that PSD text files are available. These can be generated with 'psd_corrected' either prior to or concurrently with 'pdf'.
  • the dead_channel_exp metric has been retired from MUSTANG. This release removes this metric from ISPAQ.
  • requires R-package IRISMustangMetrics_2.2.0 (included and also available on CRAN)
  • fixes bug that affected PSD/PDF output when local RESP files are used
  • updates recommended package versions for conda environment install

v1.1.1

12 May 01:58
Compare
Choose a tag to compare

This release fixes a compatibility issue with R-package IRISSeismic_1.4.8. It is not backwards compatible with earlier IRISSeismic versions. IRISSeismic_1.4.8 is included in this release and it is also available on CRAN.

v1.1.0

06 Jul 00:09
Compare
Choose a tag to compare

This release fixes an issue affecting data requested from a SeisComP FDSNWS dataselect service. ISPAQ will now trim start and endtimes to the sample level when the web service returns data cut to the record level. Orientation_check and polarity_check metrics will now work for SeisComP data. Other metrics may return slightly different results than with previous versions. It also includes the R IRISSeismic_1.4.6.tar.gz package, which must be installed for this fix to work. This package is also available on CRAN.

v1.0.0

23 Jun 17:49
Compare
Choose a tag to compare

First production release of ISPAQ.