File tree Expand file tree Collapse file tree 6 files changed +14
-2
lines changed
Expand file tree Collapse file tree 6 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ end_collection_event:
7171# The event for the image readout paramters
7272imageParam_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
7679telemetry :
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ end_collection_event:
7171# The event for the image readout paramters
7272imageParam_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
7679telemetry :
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ end_collection_event:
7171# The event for the image readout paramters
7272imageParam_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
7679telemetry :
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ end_collection_event:
7171# The event for the image readout paramters
7272imageParam_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
7679telemetry :
Original file line number Diff line number Diff line change 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 "
2424version = __version__
2525
2626from . import hutils
Original file line number Diff line number Diff line change 1616
1717# The main call
1818setup (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" ,
You can’t perform that action at this time.
0 commit comments