Wilfred Tyler Gee
Wilfred Tyler Gee
It's not clear from basic example if horizon is only checked for initial time slot or for the duration the target is above horizon.
As we add more wiki pages and documentation we need to do a little organizing to make sure things are consistent and easy to find.
A script should be run from the computer hosting the unit that: * Generates a unique `PAN_ID` (e.g. `PAN001`). * Stores basic config (location, name) in datastore `Unit:PAN_ID` key. This...
We currently have two webcams attached to each unit. These are currently used simply for checking on the unit in the day. These timelapse photos are then archived as a...
These are pulled from https://github.com/AstroHuntsman/huntsman-pocs Besides some slight code cleanup the only difference is to specify a default `pattern_offset` of 30 arcminutes. ~~I've also removed the plotting options from the...
Depends on #735 * Rearrange to support mulitple types of `Observation`s. * Add a `DitheredObservation` (coming from AstroHuntsman/huntsman-pocs).
This step can be handled during `Housekeeping` or immediately after full sequence is complete. - [x] Image files converted from `.cr2` to `.fits`: `CAMID_YYYYMMDD_HHMMSS.fits` - [ ] Postage stamp cubes...
We want to be able to recover the pointing position of the mount based on the accelerometer readings located inside the camera box. Various ways to do this exist. See...
Determine best way to do pretty pictures. This could be manually, automatic for each image, only for first image, etc. Also figure out best techniques for generating pretty pictures automatically....
Removes the function call and defaults to pytest just showing the warning at end of test run. Thanks @pllim for pointing out. Edit: Astropy issue here https://github.com/astropy/astropy/issues/9718 and PR https://github.com/astropy/astropy/pull/14670...