AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

add functionality to observe a target only once per night #466

Closed lspitler closed 10 months ago

lspitler commented 3 years ago

The use-case is that we want to observe a bright star each night (or throughout the night) in order to get PSF wing information for use with the LSB science observations.

So we would need to add a flag (e.g. observe_once) to a particular target entry in the targets.yaml file. We need to also modify the scheduler to incorporate this type of condition.

There is a class that might be useful already: https://github.com/panoptes/POCS/blob/86b68363488dfa0c55e649041add765228f48a9a/src/panoptes/pocs/scheduler/constraint.py#L162