Wilfred Tyler Gee
Wilfred Tyler Gee
The Duration constraint currently has a few flaws, most notably that it is only checking for the time when the target hit meridian when the mount allows for tracking up...
I'm going to try some exposures of the comet 46P/Wirtanen tonight which is at a bright 5.3 magnitude. Would be nice to support operation where one camera exposes at 10...
There is a bug in the reading of the targets file such that if the name is all numbers it will try to parse as an integer and fail. The...
This is just designed to capture the idea that we need to improve various aspects of the simulator. This description should be edited in the future. See [comments here](https://github.com/panoptes/POCS/pull/710#discussion_r227400482).
During testing of POCS we are having errors in the states that the pocs instance is handling. Since the tests just look for conditions at startup and shutdown of pocs...
Thorough documentation would probably take care of this but we could also need to clarify the behavior for some of the edge cases with the scheduler. See comment: https://github.com/panoptes/POCS/pull/588/files#r219329388 Edit...
When we correct the tracking we do a `move_ms` command in a specified direction (east or west for RA and north or south for Dec) but we issue the Dec...
The Horizon constraint needs to account for the entire field of view for the camera rather than just the center of the image. This can be simple to start by...
We currently just return a score of 100 if it is not vetoed. Determine how best to use this.
Currently missing some params, e.g. `sleep_delay`, `safe_delay`