Difference between revisions of "UCVM cca/cvms5 comparing builtin-gtl vs elygtl:ely"
From SCECpedia
Jump to navigationJump to search| Line 53: | Line 53: | ||
| [[FILE:cca_elygtl_z2.5.png|thumb|300px|elygtl Z2.5]] | | [[FILE:cca_elygtl_z2.5.png|thumb|300px|elygtl Z2.5]] | ||
|} | |} | ||
| + | |||
| + | [http://hypocenter.usc.edu/research/ucvmc_result/cvmsigtl/cca.tar.gz raw data] | ||
== CVM-S4.26(cvms5) and gtl == | == CVM-S4.26(cvms5) and gtl == | ||
| Line 71: | Line 73: | ||
|} | |} | ||
| − | + | [http://hypocenter.usc.edu/research/ucvmc_result/cvmsigtl/cvms5.tar.gz raw data] | |
== Related Links == | == Related Links == | ||
*[[UCVM]] | *[[UCVM]] | ||
Revision as of 07:31, 16 January 2020
Contents
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
File:Cvmsi alt z1.png alt Z1.0 |
File:Cvmsi rob z1.png rob Z1.0 |
File:Cvmsi none z1.png none Z1.0 |
File:Cvmsi alt gtl z1.png alt gtl Z1.0 |
File:Cvmsi rob gtl z1.png rob gtl Z1.0 |
File:Cvmsi tj gtl z1.png tj gtl Z1.0 |
File:Cvmsi none gtl z1.png tj gtl Z1.0 |
Using stock cvmsi (which is with ADD_TJ enable) and elygtl,
File:Cvmsi tj elygtl z1.png tj elygtl Z1.0 |
CCA and gtl
CCA has a gtl on/off flag in the data/config file. It can also use external elygtl post processing.
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.