4 Commits

7 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
PhaseAssociator app official repository
# PhaseAssociator β€” Official Application Repository
Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/PhaseAssociator
This repository contains the source code and configuration files for the `PhaseAssociator` application used within the [EPISODES Platform](https://EpisodesPlatform.eu/).
πŸ“¦ To test or modify this application in the EPISODES Platform environment, follow the guide:
https://docs.cyfronet.pl/display/ISDOC/Editing+application+codes+guide

View File

@@ -23,8 +23,6 @@ from PyOctoPhaseAssociation import main as phaseassoc
def main(argv):
raise ValueError("Test error from branch experimental-test-live-code-editing")
parser = argparse.ArgumentParser()
parser.add_argument("qml_picks", help="Path to input file of type 'quakeml_seismogram_picks'")
parser.add_argument("inventory", nargs='+', help="Paths to input files of type 'inventory'")