Wilfred Tyler Gee

Results 62 issues of Wilfred Tyler Gee

You should probably drop Python 3.7. It is picking up a very old `astropy` (4.3.1). _Originally posted by @pllim in https://github.com/astropy/astroplan/issues/554#issuecomment-1572975888_ EOL for Python 3.7 is 2023-06-27 ([schedule](https://devguide.python.org/versions/)) so we...

Need to remove this old function. `pytest` now warns by default but that seems different from an exception being raised. Not sure we really need exception raised since the warning...

If the `/dev/ioptron/` symlink already exists the `pocs mount setup` file will silently fail and not write the file but report success by asking for config changes.

bug

It would be nice to have something like `pocs hardware check` that could generate a useful report to be sent to developers (automatically or manually). This could be part of...

Enhancement
Hardware

Some users will be testing the [iOptron HEM44EC](https://www.ioptron.com/product-p/h442a.htm), which should be using the latest firmware and command set (v3.10). At a minimum a small wrapper mount class will need to...

Enhancement
mount
Hardware

Figure out the problem and/or silence the warning. This occurs whenever we convert a cr2 to a fits. `WARNING: FITSFixedWarning: 'datfix' made the change 'Set MJD-OBS to 51544.017431 from DATE-OBS'....

**Describe the bug** If the `conf_files/pocs.yaml` file is invalid the server will start without giving a proper warning. **To Reproduce** Steps to reproduce the behavior: 1. Create an invalid entry...

bug

The remote sensor option currently is setting up the logger and db on it's own rather than using PanBase.

bug

We use json flat files as our default database, but don't have any rotation on the size of the created json files.

Data Management

The `pocs mount setup` script will loop through everything found by `pyserial`, but we should do some filtering to only ports that it might be on. Currently if you try...

bug