diff --git a/pylot/core/util/dataprocessing.py b/pylot/core/util/dataprocessing.py index 5cac31d4..516cd6eb 100644 --- a/pylot/core/util/dataprocessing.py +++ b/pylot/core/util/dataprocessing.py @@ -182,6 +182,7 @@ def read_metadata(path_to_inventory): if invtype is None: print("Neither dataless-SEED file, inventory-xml file nor " "RESP-file found!") + print("!!WRONG CALCULATION OF SOURCE PARAMETERS!!") robj = None, elif invtype == 'dless': # prevent multiple read of large dlsv print("Reading metadata information from dataless-SEED file ...")