Skip to content

Issue processing certain (strictly-not-LIGO-style) channel names #335

Description

@Nikhil-Mukund

The summary page generation functions assume the channel names are strictly LIGO style. The naming convention is mostly likely hard-coded into the HTML page generation functions. For example, plots for G1:ISC-LSC_SRC_FP is processed correctly, while G1:LSC_SRC_EP-P does not work. GWPy can, however, fetch data from both channels without any issues.

link-to-sample-gwsumm-page-with-issue

Steps to reproduce the issue at Caltech LDAS machines

## Activate conda environment
source /cvmfs/oasis.opensciencegrid.org/ligo/sw/conda/etc/profile.d/conda.sh
conda activate igwn-py38
## Call gw_summary from command line
gw_summary gps 1272110951 1272110961 -v -D -i G1 -f /path-to-config/sample-config.ini   -o /home/albert.einstein/public_html/GEO600/summary

sample-confile.ini file:

; -----------------------------------------------------------------------------
;; GWSumm G1 sample configuration
;;
;
;; -----------------------------------------------------------------------------
;
;
[html]
GEO-base = https://ldas-jobs.ligo.caltech.edu/~albert.einstein/GEO600/summary/
issues = https://git.ligo.org/detchar/ligo-summary-pages/issues

[tab-SRC-overview]
name = Signal Recycling Cavity
parent = SRC
shortname = Summary

1 = G1:LSC_SRC_OAN timeseries
1-ylim = -15,15
1-all-data = True
1-ylabel = 'Voltage [counts]'
1-title = 'G1 SRC OAN'

2 = G1:ISC-LSC_SRC_FP timeseries
2-all-data = True
2-ylabel = 'Voltage [counts]'
2-title = 'G1 SRC FP'

3 = G1:LSC_SRC_EP-P timeseries
3-all-data = True
3-ylabel = 'Voltage [counts]'
3-title = 'G1 SRC EP QUAD'

4 = G1:LSC_SRC_FP-MSR timeseries
4-all-data = True
4-ylabel = 'Voltage [counts]'
4-title = 'G1 SRC FP MSR'


[G1:LSC_SRC_OAN]
frametype = R

[G1:ISC-LSC_SRC_FP]
frametype = R

[G1:LSC_SRC_EP-P]
frametype = R

[G1:LSC_SRC_FP-MSR]
frametype = R

; -----------------------------------------------------------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions