Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Nov 9, 2023
1 parent bc94150 commit 5a907cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xfaster/xfaster_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,7 @@ def process_gcorr(gcorr_file_in):
if not os.path.exists(gcorr_file):
raise IOError("G correction file {} not found".format(gcorr_file))

self.log("Loading G correction file {}".format(gcorr_file), "info")
gdata = pt.load_and_parse(gcorr_file)
gcorr = gdata["gcorr"]
for k, g in gcorr.items():
Expand Down

0 comments on commit 5a907cb

Please sign in to comment.