From 3bb7156e654877a1af3bbbfa295fd460226fb626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Thu, 2 Mar 2017 09:30:08 +0100 Subject: [PATCH] Cosmetics --- pylot/core/loc/hsat.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pylot/core/loc/hsat.py diff --git a/pylot/core/loc/hsat.py b/pylot/core/loc/hsat.py deleted file mode 100644 index b191f21b..00000000 --- a/pylot/core/loc/hsat.py +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -from pylot.core.io.phases import writephases -from pylot.core.util.version import get_git_version as _getVersionString - -__version__ = _getVersionString() - -def export(picks, fnout): - ''' - Take dictionary and exports picking data to a NLLOC-obs - without creating an ObsPy event object. - - :param picks: picking data dictionary - :type picks: dict - - :param fnout: complete path to the exporting obs file - :type fnout: str - ''' - # write phases to NLLoc-phase file - writephases(picks, 'HYPO71', fnout)