Differences between revisions 30 and 55 (spanning 25 versions)
Revision 30 as of 2019-07-14 03:16:51
Size: 1872
Comment:
Revision 55 as of 2019-07-16 12:26:05
Size: 3410
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Engineering Run 2 (2019/7/13) = = Engineering Run 2 (JST 2019/7/13) =
<<TableOfContents(2)>>
Line 7: Line 8:
=== Data related === == Data related ==
Line 23: Line 24:
  * K1:CAL-CS_PROC_MICH_DISPLACEMENT_DQ   * K1:CAL-CS_PROC_MICH_DISPLACEMENT_DQ (We used this channel.)
Line 39: Line 40:
 * CBC lock segments
  * We checked lock flag of each data and collected the locked data. We considered lock segments by file units for convenience. If compared with [[http://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/Subgroups/DET/RUN#ER_with_MICH_on_Jul._13 | lock segment(DetChar)]], this lock segment is small slightly.
Line 40: Line 43:
=== task list ===   || '''#''' || '''start GPS''' || '''stop GPS''' || '''duration''' ||
  || 1 || 1247024288 || 1247043616 || 19328 ||
Line 42: Line 46:
 * --(code development)--
  * --(generate cache file)--
  * --(read the data)--
  * --(PSD estimation)--
== Check point ==
Line 47: Line 48:
 * Generate template bank
 * Upload averaged PSD
 * Check the available locked data '''(done)'''
  * Summarize the data length '''(done)'''
Line 50: Line 51:
 * search
 * how to output the result?
  * histogram of SNR
  * glitch list(GPS, JST, mass, ISCO frequency, duration)
 *
 * Estimate power spectrum density '''(done)'''
  * Sumarize information in pdf '''(done)'''
Line 56: Line 54:
=== Output of search ===  * Generate lock list and segment list '''(done)'''
Line 58: Line 56:
 * Summary of locked data  * Generate template bank '''(skipped)'''
  * How many waveforms we need? '''(skipped)'''
Line 60: Line 59:
 * Averaged PSD  * Search signals by matched filter and chi^2 '''(done)'''
Line 62: Line 61:
 * Calculation time to search for signals(PSD estimate, template bank generation, matched filter, chi^2 calculation)  * Summary the output of search '''(done)'''
  * histogram of SNR '''(done)'''
  * glitch list(GPS, JST, mass, ISCO frequency, duration) '''(not yet)'''
Line 64: Line 65:
 * Histogram of detection statistics == Output of search ==
Line 66: Line 67:
 * Time series of detection statistics  * Summary of locked data [[http://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/DAWG/CBC/ER2#Data_related | CBC locked segment]]

 * Averaged PSD [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=10448 | JGWdoc]]

  * Power spectrum density (PSD) is averaged over 1 sec chunks by taking median.

 * Calculation time to search for signals

  * Read 500 sec data : < 1 min

  * Estimate PSD : 2~3 min.

  * matched filter+chi^2 with single waveform (not bank) : < 1 min


 * Histogram of detection statistics [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=10448 | JGWdoc]]
  * If data is Gaussian, <snr>=1.

 * Time series of detection statistics [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=10448 | JGWdoc]]
  * waveform : 1.4 - 1.4 Msun
  * Beginning and ending 50 sec data were removed from the result.
Line 71: Line 92:
[[http://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/Subgroups/DET/RUN#ER_with_MICH_on_Jul._13 | ER2 (DetChar)]]  * [[http://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/DAWG/CBC/ER1 | CBC search in ER1]]

 *
[[http://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/Subgroups/DET/RUN#ER_with_MICH_on_Jul._13 | ER2 (DetChar)]]

Engineering Run 2 (JST 2019/7/13)

  • JST: Jul. 13, 2019, 12:00 12:37 - 18:00 JST

  • GPS: 1247022018 1247024238 - 1247043618

  • KAGRA full data
    • m31:/data/full : Full KAGRA data
  • Low latency data
    • m31:/data/ll_merged/ : Low latency data packed in 4096 seconds
    • hydra:/data/ll_merged/ : Low latency data packed in 4096 seconds
    • hydra: /data/ll-sharing/shm/llhoft/ : Low latency data (1 second) dumped from shared memory (retained only for 8192 seconds)
  • channel name
    • From ER2 (DetChar)

    • K1:CAL-CS_PROC_MICH_DISPLACEMENT_DQ (We used this channel.)
    • K1:CAL-CS_PROC_IMC_FREQUENCY_DQ
  • Low latency data channels
    • K1:DCS-CALIB_STRAIN_C10 16384
    • K1:DCS-CALIB_STATE_VECTOR_C10 16
    • K1:CAL-CS_PROC_IMC_FREQUENCY_DQ 16384
  • lock flag
    • K1:GRD-LSC_LOCK_STATE_N = 157
  • data quality vector
    • definition

    • We cbc group should check the second bit is 1.
  • CBC lock segments
    • We checked lock flag of each data and collected the locked data. We considered lock segments by file units for convenience. If compared with lock segment(DetChar), this lock segment is small slightly.

      #

      start GPS

      stop GPS

      duration

      1

      1247024288

      1247043616

      19328

Check point

  • Check the available locked data (done)

    • Summarize the data length (done)

  • Estimate power spectrum density (done)

    • Sumarize information in pdf (done)

  • Generate lock list and segment list (done)

  • Generate template bank (skipped)

    • How many waveforms we need? (skipped)

  • Search signals by matched filter and chi^2 (done)

  • Summary the output of search (done)

    • histogram of SNR (done)

    • glitch list(GPS, JST, mass, ISCO frequency, duration) (not yet)

  • Summary of locked data CBC locked segment

  • Averaged PSD JGWdoc

    • Power spectrum density (PSD) is averaged over 1 sec chunks by taking median.
  • Calculation time to search for signals
    • Read 500 sec data : < 1 min

    • Estimate PSD : 2~3 min.
    • matched filter+chi^2 with single waveform (not bank) : < 1 min

  • Histogram of detection statistics JGWdoc

    • If data is Gaussian, <snr>=1.

  • Time series of detection statistics JGWdoc

    • waveform : 1.4 - 1.4 Msun
    • Beginning and ending 50 sec data were removed from the result.

KAGRA/DAWG/CBC/ER2 (last edited 2019-08-02 14:46:56 by HirotakaYuzurihara)