Differences between revisions 2 and 3
Revision 2 as of 2018-08-07 04:32:21
Size: 945
Comment:
Revision 3 as of 2018-08-07 05:04:40
Size: 952
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * [[KAGRA/Subgroups/CAL/GstLAL/tutorials/step1|Step 1: Use GstLAL in your python script]]  * [[KAGRA/Subgroups/CAL/GstLAL/tutorials/step1|(Next) Step 1: Use GstLAL in your python script]]

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 mane 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)