ubsediflow raw extract is cleaned from useless test
parent
77f28462e6
commit
9fcbe0e306
|
|
@ -1097,19 +1097,3 @@ class MeanAquascatProfile:
|
|||
|
||||
file.close()
|
||||
|
||||
# ------------------------- Test --------------------------------------#
|
||||
start_time = time.time()
|
||||
|
||||
if __name__ == "__main__":
|
||||
# path1 = r'C:\Users\vergne\Documents\Donnees_aquascat\2017_juillet - experience cuve sediments fins\2017_07_19 - mercredi eau claire\20170719114700.aqa'
|
||||
path1 = r'//home/brahim.moudjed/Documents/3 Software_Project/river_inversion_project/Data/Aquascat data test/20171213135800.aqa'
|
||||
data1 = RawAquascatData(path1)
|
||||
|
||||
# path2 = r'C:\Users\vergne\Documents\Donnees_aquascat\2017_juillet - experience cuve sediments fins\2017_07_19 - mercredi eau claire\20170719114700.aqa.txt'
|
||||
path2 = r'//home/brahim.moudjed/Documents/3 Software_Project/river_inversion_project/Data/Aquascat data test/20171213135800.txt'
|
||||
data2 = RawAquascatData(path2)
|
||||
|
||||
print(data1.PingRate)
|
||||
print(data2.PingRate)
|
||||
|
||||
print("Computational time: %.2f min" %((time.time() - start_time)/60) )
|
||||
|
|
|
|||
Loading…
Reference in New Issue