POCS
POCS copied to clipboard
Inconsistent specification of Camera/Focuser model in config.
Camera models are specified by file:
panoptes.pocs.camera.zwo
But focuser (and filterwheel) models are specified by class name:
panoptes.pocs.focuser.birger.Focuser
Suggest going with one or the other.
@danjampro where are you seeing this? The first is specifying a namespace for the device and should have defaulted to the default class type for that namespace. But I thought I removed that syntax anyway so that you always need the fully resolved namespace.
The current config has fully resolved, for instance:
https://github.com/panoptes/POCS/blob/dc330ac98fcc01f6cd70085f50d985321c42c58e/conf_files/pocs.yaml#L90-L106