feature/ISEPOS-2364-new-application-seismic-hazard-forecasting #1

Merged
asia merged 4 commits from feature/ISEPOS-2364-new-application-seismic-hazard-forecasting into master 2025-04-30 09:35:32 +02:00
Showing only changes of commit ae722c8218 - Show all commits

View File

@ -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)