Difference between revisions of "UCVM cca/cvms5 comparing builtin-gtl vs elygtl:ely"

From SCECpedia
Jump to navigationJump to search
Line 14: Line 14:
 
It can also accept external elygtl post processing.
 
It can also accept external elygtl post processing.
  
== plots ==
+
== cvmsi Z1 plots ==
  
 
{|
 
{|
Line 37: Line 37:
 
[http://hypocenter.usc.edu/research/ucvmc_result/cvmsigtl/cvmsi_z1.tar.gz raw data]
 
[http://hypocenter.usc.edu/research/ucvmc_result/cvmsigtl/cvmsi_z1.tar.gz raw data]
  
== CCA and gtl ===
+
== CCA and gtl ==
  
 
CCA has a gtl on/off flag in the data/config file.
 
CCA has a gtl on/off flag in the data/config file.
Line 54: Line 54:
 
|}
 
|}
  
== CVM-S4.26(cvms5) and gtl ===
+
== CVM-S4.26(cvms5) and gtl ==
  
 
cvms5 has a gtl on/off flag in the data/config file.
 
cvms5 has a gtl on/off flag in the data/config file.

Revision as of 07:13, 16 January 2020

CVM-S4.26.M01(cvmsi) & embedded GTL code

The GTL related flags and their default setting in cvmsi src code,

  • ADD_ALT_GTL (set to 0)
  • ADD_ROB_GTL (set to 0)
  • ADD_TJ_GTL (set to 1)
  • ADD_GTL (set to 0)

cvmsi has embedded gtl code but not turned on by default. ADD_GTL flag needs to be set to 1 in src/cvmsi.c, recompile and the new libcvmsi.so reinstalled. It can also accept external elygtl post processing.

cvmsi Z1 plots

tj Z1.0

Using stock cvmsi (which is with ADD_TJ enable) and elygtl,

raw data

CCA and gtl

CCA has a gtl on/off flag in the data/config file. It can also use external elygtl post processing.

original Z1.0
gtl Z1.0
elygtl Z1.0
original Z2.5
gtl Z2.5
elygtl Z2.5

CVM-S4.26(cvms5) and gtl

cvms5 has a gtl on/off flag in the data/config file. It can also use external elygtl post processing.

original Z1.0
gtl Z1.0
elygtl Z1.0
original Z2.5
gtl Z2.5
elygtl Z2.5


Related Links