Geosig ascii format: samples not read

This forum is dedicated to discuss all problems and suggestions related to the use of geopsy database and its plugins (array processing, H/V,...).
Post Reply
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Geosig ascii format: samples not read

Post by admin »

With all releases before 2008-01-14, you may get this error message in log window:

Code: Select all

Impossible to allocate new data: current used space: 0 Kb.
0 allocated blocks (0 Mb), 0 locked blocks (0 Mb)
This is due to geopsy failing to recognize the header line: "Time:sec Long.,mm/s...". It results that no samples are read (NSamples=0). Early versions of Geosig implementation accept only 'g' as the signal unit. This bug is corrected for all releases after 2008-01-14.

Code: Select all

Station_code    TOTO
Sampling_rate   123.0000
Start_date      13.06.2006
Start_time      14:10:30.600
Time:sec   Long.,mm/s    Tran.,mm/s    Vert.,mm/s
0.0000e+000    -6.937982e-003 -1.425743e-002 -3.352166e-003
1.0000e-002    -2.326966e-003 -8.034708e-003 -6.880762e-003
2.0000e-002    -6.451608e-003 -1.503468e-002 -9.040834e-003
To fix the problem temporarily, you have to edit the header of your files and change 'mm/s' (or other units) to 'g'.
Post Reply