Compare commits

..

1 Commits

7 changed files with 4 additions and 5 deletions

View File

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

View File

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