Compare commits
1 Commits
master
...
experiment
Author | SHA1 | Date | |
---|---|---|---|
533f207012 |
@ -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.
|
||||
|
||||
π¦ To test or modify this application in the EPISODES environment, follow the guide:
|
||||
https://docs.cyfronet.pl/display/ISDOC/Editing+application+codes+guide
|
||||
Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/PhaseAssociator
|
@ -23,6 +23,8 @@ 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'")
|
Loadingβ¦
Reference in New Issue
Block a user