feature/ISEPOS-2364-new-application-seismic-hazard-forecasting #1
@ -25,7 +25,7 @@ from seismic_hazard_forecasting import main as shf
|
||||
def main(argv):
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
parser.add_argument("catalog", help="Path to input file of type 'catalog'")
|
||||
parser.add_argument("catalog_file", help="Path to input file of type 'catalog'")
|
||||
parser.add_argument("--mc_file", help="Path to input file of type 'mccalc_output'", type=str, default=None, required=False)
|
||||
parser.add_argument("--pdf_file", help="Path to input file of type 'PDF'", type=str, default=None, required=False)
|
||||
parser.add_argument("--m_file", help="Path to input file of type 'm'", type=str, default=None, required=False)
|
||||
|
Loading…
Reference in New Issue
Block a user