Skip to content

Commit

Permalink
Update CLASP.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Nov 18, 2024
1 parent 68d400c commit d39a74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/clasp/cam1.json → config/clasp/cmos.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"daemon": "clasp_camera_1",
"daemon": "clasp_camera_cmos",
"pipeline_daemon": "clasp_pipeline",
"pipeline_handover_timeout": 10,
"log_name": "qhy_camd@cam1",
"control_machines": ["CLASPTCS", "CLASPDAS"],
"log_name": "qhy_camd@clasp-cmos",
"control_machines": ["CLASPTCS", "CLASPCMOS", "CLASPSWIR"],
"client_commands_module": "rockit.camera.qhy",
"camera_device_id": "QHY600MPCIE-4714d44c9ff6dc6db",
"cooler_setpoint": -10,
Expand Down
4 changes: 2 additions & 2 deletions rockit-camera-qhy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p %{buildroot}%{_udevrulesdir}

%{__install} %{_sourcedir}/config/halfmetre.json %{buildroot}%{_sysconfdir}/camd
%{__install} %{_sourcedir}/config/warwick.json %{buildroot}%{_sysconfdir}/camd
%{__install} %{_sourcedir}/config/clasp/cam1.json %{buildroot}%{_sysconfdir}/camd/cam1.json.clasp
%{__install} %{_sourcedir}/config/clasp/cmos.json %{buildroot}%{_sysconfdir}/camd/cmos.json.clasp
%{__install} %{_sourcedir}/config/sting/cam1.json %{buildroot}%{_sysconfdir}/camd/cam1.json.sting
%{__install} %{_sourcedir}/config/sting/cam2.json %{buildroot}%{_sysconfdir}/camd/cam2.json.sting
%{__install} %{_sourcedir}/config/sting/cam3.json %{buildroot}%{_sysconfdir}/camd/cam3.json.sting
Expand All @@ -47,7 +47,7 @@ RemovePathPostfixes: .clasp

%files data-clasp
%defattr(0644,root,root,-)
%{_sysconfdir}/camd/cam1.json.clasp
%{_sysconfdir}/camd/cmos.json.clasp

%package data-halfmetre
Summary: QHY camera data for the half metre telescope
Expand Down

0 comments on commit d39a74e

Please sign in to comment.