Skip to content

Commit

Permalink
Fixed last change on Losmandy
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Sep 5, 2023
1 parent c6da635 commit 645f702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mount/IndiG11.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def set_time_config(self):
Losmandy Gemini.TIME_UTC.OFFSET=2
:return:
"""
utc_time_str = self.serv_time.get_astropy_time_from_utc().value.strftime("%Y-%d-%mT%H:%M:%S")
utc_time_str = self.serv_time.get_astropy_time_from_utc().value.strftime("%Y-%m-%dT%H:%M:%S")
utc_offset_value = self.serv_time.timezone.localize(self.serv_time.get_astropy_time_from_utc().value).utcoffset().total_seconds()/60/60
self.set_text("TIME_UTC", {"UTC": utc_time_str}, sync=True)
self.set_number('TIME_UTC', {'OFFSET': utc_offset_value}, sync=True)
Expand Down
4 changes: 2 additions & 2 deletions conf_files/spectral_targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ targets :
gain: 150
offset: 30
exp_time_sec: 5
"Kochab":
"Mizar":
priority: 0
count: 2
temperature: 15
gain: 150
offset: 30
exp_time_sec: 5
"Pherkad":
"Alioth":
priority: 0
count: 2
temperature: 15
Expand Down

0 comments on commit 645f702

Please sign in to comment.