Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2018-06-02 02:32:14
Size: 7
Comment:
Revision 5 as of 2018-08-07 04:15:26
Size: 921
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== == == GstLAL tests ==

=== GstLAL calibration tutorials ===
 * [[KAGRA/Subgroups/CAL/GstLAL/tutorials|GstLAL tutorials]]

=== Verify GstLAL installation ===
{{{
gst-inspect-1.0 gstlal
Plugin Details:
  Name gstlal
  Description Various bits of the LIGO Algorithm Library wrapped in gstreamer elements
  Version 1.3.0
  License GPL
...
  18 features:
  +-- 18 elements
}}}

{{{
gst-inspect-1.0 gstlalcalibration
Plugin Details:
  Name gstlalcalibration
  Description Various bits of the LIGO Algorithm Library wrapped in gstreamer elements
  Version 1.1.9
  License GPL
...
  12 features:
  +-- 12 elements
}}}

=== Test basic features of GstLAL ===
 * Scan frame files and check the lock and injection status
 * Extract a few channels from the frame files

GstLAL tests

GstLAL calibration tutorials

Verify GstLAL installation

gst-inspect-1.0 gstlal 
Plugin Details:
  Name                     gstlal
  Description              Various bits of the LIGO Algorithm Library wrapped in gstreamer elements
  Version                  1.3.0
  License                  GPL
...
  18 features:
  +-- 18 elements

gst-inspect-1.0 gstlalcalibration
Plugin Details:
  Name                     gstlalcalibration
  Description              Various bits of the LIGO Algorithm Library wrapped in gstreamer elements
  Version                  1.1.9
  License                  GPL
...
  12 features:
  +-- 12 elements

Test basic features of GstLAL

  • Scan frame files and check the lock and injection status
  • Extract a few channels from the frame files

KAGRA/Subgroups/CAL/WG/offline/tests (last edited 2018-08-07 04:15:26 by SadakazuHaino)