Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2019-03-26 09:57:19
Size: 178
Comment:
Revision 3 as of 2019-03-27 16:03:28
Size: 909
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
=== Installation of LALSuite (LALApps) === === Installation of LALSuite ===

{{{
apt-get install lscsoft-lalsuite
}}}
Line 11: Line 15:
=== Installation of Fscan ===

 1. Download Fscan code from [[https://github.com/lscsoft/lalsuite/tree/master/lalapps/src/pulsar/Fscan|GitHub]]
 1. Copy to /home/controls/public_html

== How to use ==

 * Move to Fscan directory(/home/controls/public_html/fsca/Fscan)
 * Before using Fscan, we must set the environmental variables by
 {{{
source /home/controls/public_html/fscan/Fscan/environment.sh
 }}}
 * Fscan job is submitted to Condor when the following command line is executed
 {{{
./testmultiFscanGenerator.tcl testKagraDailyFscanGenerator.rsc /home/controls/public_html/fscan/Fscan/segments/test_segments.txt -R
 }}}
 Results are exported to the "daily" directory

Fscan

Installation

Installation of LALSuite

apt-get install lscsoft-lalsuite

LALSuite

Installation of Fscan

  1. Download Fscan code from GitHub

  2. Copy to /home/controls/public_html

How to use

  • Move to Fscan directory(/home/controls/public_html/fsca/Fscan)
  • Before using Fscan, we must set the environmental variables by
    source /home/controls/public_html/fscan/Fscan/environment.sh
  • Fscan job is submitted to Condor when the following command line is executed
    ./testmultiFscanGenerator.tcl testKagraDailyFscanGenerator.rsc /home/controls/public_html/fscan/Fscan/segments/test_segments.txt -R
    Results are exported to the "daily" directory

Setting

KAGRA/Subgroups/DET/Fscan (last edited 2019-12-12 08:55:19 by shoichi.oshino)