Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2018-06-02 02:33:55
Size: 129
Comment:
Revision 4 as of 2018-06-02 02:49:27
Size: 819
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

=== 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 ===

GstLAL tests

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)