Size: 390
Comment:
|
Size: 1470
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
Describe the pages in this category... | = Reference = [[https://github.com/gwdetchar/hveto|Source code (GitHub)]] |
Line 8: | Line 9: |
To add a page to this category, add a link to this page on the last line of the page. You can add multiple categories to a page. | [[https://iopscience.iop.org/article/10.1088/0264-9381/28/23/235005|Paper]] |
Line 10: | Line 11: |
'''List of pages in this category:''' | [[https://github.com/gw-detchar/tools|KAGRA scripts (GitHub)]] |
Line 12: | Line 13: |
<<FullSearchCached(category:KAGRA/Subgroups/DET/Hveto)>> | = Environment setting = |
Line 14: | Line 15: |
---- CategoryCategory |
If you need to install from scratch, [[https://computing.docs.ligo.org/conda/]] will be helpful. == In Kashiwa, m31 == {{{ > source /gpfs/ligo/sw/conda/etc/profile.d/conda.sh > conda activate igwn-py38 }}} == In Kamioka, k1det0 == {{{ > source /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/etc/profile.d/conda.sh > conda activate igwn-py38 }}} = Manual script = Script for kashiwa server [[https://github.com/gw-detchar/tools/blob/master/Hveto/Script/hveto_O3GK_arg.sh]] Usage: {{{ > ./hveto_O3GK_arg.sh 2020-04-10 > log.dat 2>&1 }}} Important parameters: * SEGMENTFILE : Now it is setting for O3GK. Maybe you need to modify for O4 or later, for example {{{ SEGMENTFILE=/home/detchar/Segments/K1-SCIENCE_MODE/2022/K1-SCIENCE_MODE_UTC_${DIRNAME_DATE}.xml }}} * INIFILE : Foe O3GK, [[https://github.com/gw-detchar/tools/blob/master/Hveto/etc/O3GKC20.ini|O3GKC20.ini]] is used. Detail will be written later again. * OUTPUTDIR : Please set it as you like. * NPROCESS : Originally it was 10 but modified to 1. It is because sometimes multiple process cause error. = ini file = |
Reference
Environment setting
If you need to install from scratch, https://computing.docs.ligo.org/conda/ will be helpful.
In Kashiwa, m31
> source /gpfs/ligo/sw/conda/etc/profile.d/conda.sh > conda activate igwn-py38
In Kamioka, k1det0
> source /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/etc/profile.d/conda.sh > conda activate igwn-py38
Manual script
Script for kashiwa server
https://github.com/gw-detchar/tools/blob/master/Hveto/Script/hveto_O3GK_arg.sh
Usage:
> ./hveto_O3GK_arg.sh 2020-04-10 > log.dat 2>&1
Important parameters:
* SEGMENTFILE : Now it is setting for O3GK. Maybe you need to modify for O4 or later, for example
SEGMENTFILE=/home/detchar/Segments/K1-SCIENCE_MODE/2022/K1-SCIENCE_MODE_UTC_${DIRNAME_DATE}.xml
* INIFILE : Foe O3GK, O3GKC20.ini is used. Detail will be written later again.
* OUTPUTDIR : Please set it as you like.
* NPROCESS : Originally it was 10 but modified to 1. It is because sometimes multiple process cause error.