Anthony Horton

Results 8 issues of Anthony Horton

**Is your feature request related to a problem? Please describe.** For precision photometry of bright targets it can be advantageous to deliberately defocus the images. While this can be done...

Enhancement
Hardware
focuser
Completed downstream

**Describe the bug** Calling `pocs.mount.bisque.Mount.unpark()` results in `KeyError: 'success'` when called after `.initialize()`. **To Reproduce** Steps to reproduce the behavior: 1. Create a new instance of the `bisque` `Mount`. 2....

bug
mount

**Describe the bug** Calling `pocs.mount.bisque.Mount.status()` when the mount is parked will result in a `TheSkyXTimeout` error unless the mount has previously been unparked. **To Reproduce** Steps to reproduce the behavior:...

bug
mount

**Describe the bug** When calling `POCS.park()` with Huntsman (which has a `bisque` type `Mount`) there is an unhandled `TheSkyXTimeout` error immediately after sending the command to home the mount, which...

bug
mount

Part of the problem is that `._call_function()` doesn't (currently) make any distinctions based on which error code it gets back from the driver library, it just raises a generic `RuntimeError`...

Enhancement
Camera
stale?

SBIG, FLI & ZWO camera classes all do very similar things but in slightly different ways. Makes testing and maintenance hard, & will just get harder if more camera types...

Enhancement
Camera

In theory the support for Diffraction Limited (SBIG) cameras in `pocs.cameras.sbig` should work with any model of SBIG camera, however when I tried to use it with an STX-16803 camera...

bug
Camera

When using `ImageFileCollection.ccds()` to generate `CCDData` objects from the files in an `ImageFileCollection` it is not possible to change which FITS extension the `CCDData` objects will be generated for. It...