Skip to content

Commit ad3fac5

Browse files
authored
Merge pull request #155 from lsst-dm/tickets/DM-50075
Update yaml configuration files for GCHeaderService
2 parents 79fc7e3 + 469c4e2 commit ad3fac5

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

etc/conf/gc101Telemetry.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ end_collection_event:
7171
# The event for the image readout paramters
7272
imageParam_event: False
7373

74+
# The event for the camera vendor and CCD names configuration
75+
cameraConf_event: False
76+
7477
# Telemetry values for images meta-data
7578
# https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=LSSTCOM&title=Simulation+Camera+Header+Information+Topic+Mapping
7679
telemetry:

etc/conf/gc102Telemetry.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ end_collection_event:
7171
# The event for the image readout paramters
7272
imageParam_event: False
7373

74+
# The event for the camera vendor and CCD names configuration
75+
cameraConf_event: False
76+
7477
# Telemetry values for images meta-data
7578
# https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=LSSTCOM&title=Simulation+Camera+Header+Information+Topic+Mapping
7679
telemetry:

etc/conf/gc103Telemetry.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ end_collection_event:
7171
# The event for the image readout paramters
7272
imageParam_event: False
7373

74+
# The event for the camera vendor and CCD names configuration
75+
cameraConf_event: False
76+
7477
# Telemetry values for images meta-data
7578
# https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=LSSTCOM&title=Simulation+Camera+Header+Information+Topic+Mapping
7679
telemetry:

etc/conf/gc1Telemetry.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ end_collection_event:
7171
# The event for the image readout paramters
7272
imageParam_event: False
7373

74+
# The event for the camera vendor and CCD names configuration
75+
cameraConf_event: False
76+
7477
# Telemetry values for images meta-data
7578
# https://confluence.lsstcorp.org/pages/viewpage.action?spaceKey=LSSTCOM&title=Simulation+Camera+Header+Information+Topic+Mapping
7679
telemetry:

python/HeaderService/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
__author__ = "LSST/Felipe Menanteau"
23-
__version__ = "3.5.3"
23+
__version__ = "3.5.4"
2424
version = __version__
2525

2626
from . import hutils

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# The main call
1818
setup(name='HeaderService',
19-
version='3.5.3',
19+
version='3.5.4',
2020
license="GPL",
2121
description="LSST Meta-data aggregator for FITS header service",
2222
author="LSST, Felipe Menanteau",

0 commit comments

Comments
 (0)