Skip to content

Commit

Permalink
also allowing for .dzt instead of just .DZT files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainPlattner committed Jun 4, 2024
1 parent 284f40f commit 69609ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gprpy/gprpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def importdata(self,filename):
histstr = "mygpr.importdata('%s')" %(filename)
self.history.append(histstr)

elif file_ext==".DZT":
elif file_ext==".DZT" or file_ext==".dzt":

self.data, self.info = gprIO_DZT.readdzt(filename)

Expand Down

0 comments on commit 69609ea

Please sign in to comment.