Differences between revisions 4 and 5
Revision 4 as of 2018-08-07 05:48:59
Size: 1021
Comment:
Revision 5 as of 2018-08-08 00:07:21
Size: 1021
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * You can also combine mane frame files into 1 cache file  * You can also combine many frame files into 1 cache file

Step 0: Make a frame cache file

  • Assuming that frame files are located at /data/full and cache file name as k1.cache
  • You can simply use lalapps_path2cache

> ls /data/full/12092/K-K1_C-1209288320-32.gwf | $LAL_PREFIX/bin/lalapps_path2cache > k1.cache
> cat k1.cache
K K1_C 1209288320 32 file://localhost/data/full/12092/K-K1_C-1209288320-32.gwf
  • You can also combine many frame files into 1 cache file

> ls /data/full/12092/K-K1_C-12092883*-32.gwf | $LAL_PREFIX/bin/lalapps_path2cache > k1.cache3
> cat k1.cache3
K K1_C 1209288320 32 file://localhost/data/full/12092/K-K1_C-1209288320-32.gwf
K K1_C 1209288352 32 file://localhost/data/full/12092/K-K1_C-1209288352-32.gwf
K K1_C 1209288384 32 file://localhost/data/full/12092/K-K1_C-1209288384-32.gwf

KAGRA/Subgroups/CAL/GstLAL/tutorials/step0 (last edited 2018-08-08 00:07:21 by SadakazuHaino)