Differences between revisions 6 and 7
Revision 6 as of 2021-02-26 11:08:30
Size: 1474
Comment:
Revision 7 as of 2021-02-26 11:09:02
Size: 1484
Comment:
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
Usage: == Usage ==
Line 42: Line 42:
Important parameters: == Important parameters ==

Reference

Source code (GitHub)

Paper

KAGRA scripts (GitHub)

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 : For 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.

ini file

KAGRA/Subgroups/DET/Hveto (last edited 2023-02-14 14:28:05 by nami.uchikata)