Update preprocess authored by Albanne Lecointre's avatar Albanne Lecointre
# 0.01-30.0 Hz # 0.01-30.0 Hz
Code preprocess_refact.py, git revision **xxx** Code preprocess_refact.py, git revision 73570e1
- Get input, client RESIF, jday +/- 1 min - Get input, client RESIF, jday +/- 1 min
- No interpolation, assume that trace is already 200Hz and starts at `00:00:00.000000 +/- n * 1./200` - No interpolation, assume that trace is already 200Hz and starts at `00:00:00.000000 +/- n * 1./200`
...@@ -11,17 +11,38 @@ Code preprocess_refact.py, git revision **xxx** ...@@ -11,17 +11,38 @@ Code preprocess_refact.py, git revision **xxx**
``` ```
> h5ls -rv FR.OGS1.00.HHZ.trace.float32.h5 > h5ls -rv FR.OGS1.00.HHZ.trace.float32.h5
Opened "FR.OGS3.00.HHZ.trace.float32.h5" with sec2 driver.
/ Group
Location: 1:96
Links: 1
/2013 Group
Location: 1:39304230
Links: 1
/2013/240 Dataset {17280000/17280000}
Location: 1:800
Links: 1
Chunks: {16875} 67500 bytes
Storage: 69120000 logical bytes, 40199488 allocated bytes, 171.94% utilization
Filter-0: deflate-1 OPT {6}
Type: native float
/2013/241 Dataset {17280000/17280000}
Location: 1:39305590
Links: 1
Chunks: {16875} 67500 bytes
Storage: 69120000 logical bytes, 63911919 allocated bytes, 108.15% utilization
Filter-0: deflate-1 OPT {6}
[...] [...]
``` ```
Job monocore, pas activé MPI. Job monocore, pas activé MPI.
- OGS1 : job dahu 27039146 : xxh - OGS1 : job dahu 27039146 : xxh
- OGS3 : job dahu 27039150 : xxh - OGS3 : job dahu 27039150 : 4.8h
``` ```
$ ls -lh /bettik/lecoinal/GEOBS/ $ ls -lh /bettik/lecoinal/GEOBS/
-rw-r--r-- 1 lecoinal l-isterre 202G Feb 4 15:04 FR.OGS3.00.HHZ.trace.float32.h5
[...] [...]
``` ```
... ...
......