Update src/seismic_hazard_forecasting.py
fix mag_label
This commit is contained in:
@@ -590,7 +590,7 @@ verbose: {verbose}")
|
||||
torder_min = 0
|
||||
torder_max = 1
|
||||
|
||||
time, mag_data, lat_dummy, lon_dummy, depth_dummy = read_mat_cat(catalog_file, output_datenum=True)
|
||||
time, mag_data, lat_dummy, lon_dummy, depth_dummy = read_mat_cat(catalog_file, mag_label=mag_label, output_datenum=True)
|
||||
|
||||
datenum_data = time # REMEMBER THE DECIMAL DENOTES DAYS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user