=== 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/step1|(Next) Step 1: Use GstLAL in your python script]]
 * [[KAGRA/Subgroups/CAL/GstLAL/tutorials/prep|(Prev) Preparation]]
 * [[KAGRA/Subgroups/CAL/GstLAL/tutorials|Tutorials]]