Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rseis into develop
  • Loading branch information
Andrew Medlin authored and Andrew Medlin committed Feb 18, 2019
2 parents fcf9148 + c189fa7 commit a857301
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion seismic/xcorqc/xcorqc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
#!/usr/bin/env python
"""
TBD
Description:
Cross-correlation functionality
References:
CreationDate: 29/06/17
Developer: laurence.davies@ga.gov.au
Revision History:
LastUpdate: 29/06/17 LD First commit of xcor code.
LastUpdate: 13/07/17 LD Fixed xcor filtering issue when traces have different sample rates.
LastUpdate: 11/08/17 RH Implement ASDF-based cross-correlation workflow
LastUpdate: 11/07/18 RH Implemented parallel cross-correlator
LastUpdate: 19/07/18 RH Implemented cross-correlation approaches described in Habel et al. 2018
LastUpdate: dd/mm/yyyy Who Optional description
"""

import os
Expand Down

0 comments on commit a857301

Please sign in to comment.