Skip to content

Commit

Permalink
Add NGTS mount.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Dec 9, 2023
1 parent 26e073d commit 34240a9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ngts_m06.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"daemon": "ngts_m06_telescope",
"log_name": "teld@ngts_m06",
"control_machines": ["NGTSDASNUC"],
"telescope": "NGTS",
"virtual": false,
"query_delay": 1,
"initialization_timeout": 60,
"slew_timeout": 120,
"homing_timeout": 120,
"limit_timeout": 120,
"ping_timeout": 5,
"ha_soft_limits": [-72, 90],
"dec_soft_limits": [-30, 85],
"park_positions": {
"stow": {
"desc": "general purpose park protecting the mirror and instrument",
"alt": 0,
"az": 180
},
"zenith": {
"desc": "park at zenith for maintenance tasks",
"alt": 90,
"az": 0
}
}
}
10 changes: 10 additions & 0 deletions rockit-talon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/talond/
%{__install} %{_sourcedir}/completion/tel %{buildroot}/etc/bash_completion.d/tel

%{__install} %{_sourcedir}/onemetre.json %{buildroot}%{_sysconfdir}/talond/
%{__install} %{_sourcedir}/ngts_m06.json %{buildroot}%{_sysconfdir}/talond/

%package server
Summary: Talon mount server
Expand Down Expand Up @@ -54,4 +55,13 @@ Group: Unspecified
%defattr(0644,root,root,-)
%{_sysconfdir}/talond/onemetre.json

%package data-ngts-m06
Summary: Talon mount configuration for NGTS M06
Group: Unspecified
%description data-ngts-m06

%files data-ngts-m06
%defattr(0644,root,root,-)
%{_sysconfdir}/talond/ngts_m06.json

%changelog

0 comments on commit 34240a9

Please sign in to comment.