⇤ ← Revision 1 as of 2018-08-07 04:31:15
Size: 887
Comment:
|
Size: 945
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|Step 1: Use GstLAL in your python script]] * [[KAGRA/Subgroups/CAL/GstLAL/tutorials|Tutorials]] |
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