Compare commits
4 Commits
experiment
...
v2.65.1
Author | SHA1 | Date | |
---|---|---|---|
339f82abb1 | |||
10e338afb4 | |||
cb210f27a3 | |||
4305dd7704 |
@@ -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
|
@@ -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'")
|
Reference in New Issue
Block a user