Collection of local changes from timdimm computer#3
Open
tepickering wants to merge 49 commits into
Open
Conversation
…ge for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch jpk_changes # Changes to be committed: # deleted: .star.lst.swp # deleted: GTO900.rb # deleted: Makefile.linux # deleted: Makefile.macos # deleted: ast_utils.rb # deleted: ave_frames.c # deleted: ave_frames_ff.c # deleted: current_object_Peacock # deleted: current_object_Shaula # deleted: fix_pointing.py # deleted: gl_feed.c # modified: goto_hr.py # deleted: grab.c # deleted: grab_cube.c # deleted: grab_cube_16bpp_binned.c # deleted: grab_cube_8bpp_binned.c # deleted: grab_cube_orig.c # deleted: gto900_check.rb # deleted: gto900_guide.rb # deleted: gto900_hackpointing.rb # deleted: gto900_hr.rb # deleted: gto900_init.rb # deleted: gto900_log.rb # deleted: gto900_nudge.rb # deleted: gto900_offset.rb # deleted: gto900_park.rb # deleted: gto900_parkhere.rb # deleted: gto900_slew.rb # deleted: gto900_slew_altaz.rb # deleted: gto900_sync.rb # deleted: gto900_tpoint.rb # deleted: gto900_tweak.rb # modified: guide_gto900.py # deleted: hack_pointing # modified: hrstar_with_precess.py # modified: hrstar_with_precess_WEST.py # deleted: measure_seeing.c # deleted: measure_seeing_16bpp.c # deleted: measure_seeing_basic.c # deleted: measure_seeing_test.c # deleted: noise_test.c # modified: ox_wagon.py # new file: paul_commit # modified: pick_star.py # deleted: pick_star.rb # modified: pygto900.py # deleted: ra_fix.rb # deleted: rotate.cron # deleted: rotate.sh # deleted: ruby/timdimm.blurb # modified: run_measure_seeing.py # modified: seeing.txt # deleted: sync # modified: timdimm # deleted: timdimm.blurb # deleted: timdimm.pdf # deleted: timdimm.sh # deleted: tpoint_gto.rb # deleted: video_feed.c # deleted: vnc.sh # # Untracked files: # disp_image.py # example/ # goto_current_object.py # hrstar_with_precess_check.py # park2.reference # src/check_image.py #
…from 0 to 2 so that the telescope stays on when the ox_wagon closes.
…to jpk_changes
…re whether it works
…to jpk_changes
…ope on and parking the mount
…lso checks the HA of the telescope when the telescope is on the West of the pier. If the HA is more than 00:45:00 it will make the warn flag true.
…ass and not do anything The park now removed the flag, which is a file called timDIMM_running
- if the timdimm gui starts and up and is intialized, it writes a file via the "init" script. This file is used as a flag for the monitoring script not execute the close and park commands - it also checks whether the ox wagon is properly closed before it will execute.
…to jpk_changes
…from run_measureseeing so that the mount is not polled multiple times.
… once and the info is sent to the pickl_star script, which then passes the LST to hrstar
…hile the telescope is on the western side of the pier, you can force the telescope to repoint to the star and therefore avaid running it into the pier.
…rk the telescope. Alt = 32:22:33 Az = 180:00:00
…e HA > 00:45:00 when it is west of the pier
It also send the close_scope_on command instead of close
…n). It points the telescope directly southwards
…to jpk_changes
…hen started tracking. Updated the monitor option in ox_wagon.py to switch off the telescope power when the script is started
…to jpk_changes
…ed that to switch off the mount when closing the ox wagon. The ox wagon script also kept the telescope power on when closing the ox wagon. this has been changed to switch oof the the telescope power
… the monitor clouds script
…te explicitly to sidereal rate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I found a large number of changes to the code used to run timdimm that had not been committed, let alone pushed to github for backup. This PR contains those changes so that code on github will be in sync with what is used operationally.