Skip to content

Commit

Permalink
Add portable system.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Aug 7, 2024
1 parent e5c67d5 commit ed96d16
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/portable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"daemon": "portable_camera",
"pipeline_daemon": "portable_pipeline",
"pipeline_handover_timeout": 10,
"log_name": "qhy_camd@portable",
"control_machines": ["PortableTCS"],
"client_commands_module": "rockit.camera.qhy",
"camera_device_id": "QHY600MPCIE-4714d44c9ff6dc6db",
"cooler_setpoint": -10,
"cooler_update_delay": 5,
"cooler_pwm_step": 3,
"worker_processes": 12,
"framebuffer_bytes": 1972838400,
"mode": 0,
"gain": 26,
"offset": 30,
"binning": 1,
"binning_method": "sum",
"stream": true,
"use_gpsbox": true,
"filters": ["NONE"],
"header_card_capacity": 144,
"camera_id": "CAM1",
"output_path": "R:/",
"output_prefix": "portable",
"expcount_path": "portable-counter.json"
}
10 changes: 10 additions & 0 deletions rockit-camera-qhy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mkdir -p %{buildroot}%{_udevrulesdir}
%{__install} %{_sourcedir}/config/sting/cam2.json %{buildroot}%{_sysconfdir}/camd/cam2.json.sting
%{__install} %{_sourcedir}/config/sting/cam3.json %{buildroot}%{_sysconfdir}/camd/cam3.json.sting
%{__install} %{_sourcedir}/config/sting/cam4.json %{buildroot}%{_sysconfdir}/camd/cam4.json.sting
%{__install} %{_sourcedir}/config/portable.json %{buildroot}%{_sysconfdir}/camd

%package server
Summary: QHY camera server
Expand Down Expand Up @@ -79,4 +80,13 @@ Group: Unspecified
%defattr(0644,root,root,-)
%{_sysconfdir}/camd/warwick.json

%package data-portable
Summary: QHY camera data for the portable telescope
Group: Unspecified
%description data-portable

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

%changelog

0 comments on commit ed96d16

Please sign in to comment.